#d42d33 color RGB value is (212,45,51)
#d42d33 color CMYK value
#d42d33 color HSL value
HSV(or HSB) | 357.8° | 78.8 | 83.1 |
XYZ | 28.687 | 16.113 | 4.73 |
Yxy | 0.579 | 0.325 | 16.113 |
LAB | 47.122 | 63.314 | 38.524 |
LUV | 47.122 | 125.824 | 25.275 |
Hunter-LAB | 40.141 | 57.322 | 21.112 |
CIE-LCH | 47.122 | 74.114 | 31.319 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | D4 | 2D | 33 |
Decimal | 212 | 45 | 51 |
Octal | 324 | 55 | 63 |
Binary | 11010100 | 00101101 | 00110011 |
Below, you can see some colors close to #d42d33. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #d42d33.
<span style="color:#d42d33">Text here</span>
This paragraph has a background color of #d42d33.
<p style="background-color:#d42d33;">Content here</p>
This element has a border color of #d42d33.
<div style="border:1px #d42d33;">Content here</div>
.text {color:#d42d33;}
.background {background-color:#d42d33;}
.border {border:1px solid #d42d33;}
.text-shadow {border:1px solid #d42d33;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #020000 is the darkest color, while #fcefef is the lightest one.