Shades of Persian Red #D23F28
Tints of Persian Red #D23F28
RGB
CMYK
RGB Variations
Color information
#D23F28 (or 0xD23F28) is known color: Persian Red. HEX triplet: D2, 3F and 28. RGB value is (210,63,40). Sum of RGB (Red+Green+Blue) = 210+63+40=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F28 is #2DC0D7. Grayscale: #686868. Windows color (decimal): -2998488 or 2637778. OLE color: 2637778.
HSL color Cylindrical-coordinate representation of color #D23F28: hue angle of 8.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23F28 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 40 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.18 |
| HSL | 8.12º | 0.68% | 0.49% | - |
| HSV(B) | 8.12º | 0.81% | 0.82% | - |
| XYZ | 28.74 | 17.41 | 3.85 | - |
| YUV | 104.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 40 | 0 | 0.70 | 0.81 | 0.18 | 8.12 | 0.68 | 0.49 |
| Hex | D2 | 3F | 28 | 0 | 46 | 51 | 12 | 8 | 44 | 31 |
| Octal | 322 | 77 | 50 | 0 | 106 | 121 | 22 | 10 | 104 | 61 |
| Binary | 11010010 | 111111 | 101000 | 0 | 1000110 | 1010001 | 10010 | 1000 | 1000100 | 110001 |
Color Harmonies of #D23F28
Complementary color
Monochromatic Colors of #D23F28
Black with #D23F28
Text Example
Text Example
White with #D23F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F28; }
p { color: rgb(210,63,40); }
H1.HeaderClassName
{
color: #D23F28;
}
.AnyTagClassName
{
color: #D23F28;
}
</style>
background-color css
<style>
a { background-color: #D23F28; }
a { background-color: rgb(210,63,40); }
div.DivClassName
{
background-color: #D23F28;
}
.BgClassName
{
background-color: #D23F28;
}
</style>
border-color css
<style>
span { border-color: #D23F28; }
span { border-color: rgb(210,63,40); }
td.TdClassName
{
border-color: #D23F28;
}
.TagClassName
{
border-color: #D23F28;
}
</style>