Shades of Persian Red #D23F29
Tints of Persian Red #D23F29
RGB
CMYK
RGB Variations
Color information
#D23F29 (or 0xD23F29) is known color: Persian Red. HEX triplet: D2, 3F and 29. RGB value is (210,63,41). Sum of RGB (Red+Green+Blue) = 210+63+41=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F29 is #2DC0D6. Grayscale: #686868. Windows color (decimal): -2998487 or 2703314. OLE color: 2703314.
HSL color Cylindrical-coordinate representation of color #D23F29: hue angle of 7.81º 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 #D23F29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 41 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.18 |
| HSL | 7.81º | 0.67% | 0.49% | - |
| HSV(B) | 7.81º | 0.8% | 0.82% | - |
| XYZ | 28.76 | 17.42 | 3.94 | - |
| YUV | 104.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 41 | 0 | 0.70 | 0.80 | 0.18 | 7.81 | 0.67 | 0.49 |
| Hex | D2 | 3F | 29 | 0 | 46 | 50 | 12 | 8 | 43 | 31 |
| Octal | 322 | 77 | 51 | 0 | 106 | 120 | 22 | 10 | 103 | 61 |
| Binary | 11010010 | 111111 | 101001 | 0 | 1000110 | 1010000 | 10010 | 1000 | 1000011 | 110001 |
Color Harmonies of #D23F29
Complementary color
Monochromatic Colors of #D23F29
Black with #D23F29
Text Example
Text Example
White with #D23F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F29; }
p { color: rgb(210,63,41); }
H1.HeaderClassName
{
color: #D23F29;
}
.AnyTagClassName
{
color: #D23F29;
}
</style>
background-color css
<style>
a { background-color: #D23F29; }
a { background-color: rgb(210,63,41); }
div.DivClassName
{
background-color: #D23F29;
}
.BgClassName
{
background-color: #D23F29;
}
</style>
border-color css
<style>
span { border-color: #D23F29; }
span { border-color: rgb(210,63,41); }
td.TdClassName
{
border-color: #D23F29;
}
.TagClassName
{
border-color: #D23F29;
}
</style>