Shades of Persian Red #D23E29
Tints of Persian Red #D23E29
RGB
CMYK
RGB Variations
Color information
#D23E29 (or 0xD23E29) is known color: Persian Red. HEX triplet: D2, 3E and 29. RGB value is (210,62,41). Sum of RGB (Red+Green+Blue) = 210+62+41=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E29 is #2DC1D6. Grayscale: #686868. Windows color (decimal): -2998743 or 2703058. OLE color: 2703058.
HSL color Cylindrical-coordinate representation of color #D23E29: hue angle of 7.46º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D23E29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 41 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.18 |
| HSL | 7.46º | 0.67% | 0.49% | - |
| HSV(B) | 7.46º | 0.8% | 0.82% | - |
| XYZ | 28.7 | 17.31 | 3.93 | - |
| YUV | 103.86 | 92.53 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 41 | 0 | 0.70 | 0.80 | 0.18 | 7.46 | 0.67 | 0.49 |
| Hex | D2 | 3E | 29 | 0 | 46 | 50 | 12 | 7 | 43 | 31 |
| Octal | 322 | 76 | 51 | 0 | 106 | 120 | 22 | 7 | 103 | 61 |
| Binary | 11010010 | 111110 | 101001 | 0 | 1000110 | 1010000 | 10010 | 111 | 1000011 | 110001 |
Color Harmonies of #D23E29
Complementary color
Monochromatic Colors of #D23E29
Black with #D23E29
Text Example
Text Example
White with #D23E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E29; }
p { color: rgb(210,62,41); }
H1.HeaderClassName
{
color: #D23E29;
}
.AnyTagClassName
{
color: #D23E29;
}
</style>
background-color css
<style>
a { background-color: #D23E29; }
a { background-color: rgb(210,62,41); }
div.DivClassName
{
background-color: #D23E29;
}
.BgClassName
{
background-color: #D23E29;
}
</style>
border-color css
<style>
span { border-color: #D23E29; }
span { border-color: rgb(210,62,41); }
td.TdClassName
{
border-color: #D23E29;
}
.TagClassName
{
border-color: #D23E29;
}
</style>