Shades of Persian Red #D22927
Tints of Persian Red #D22927
RGB
CMYK
RGB Variations
Color information
#D22927 (or 0xD22927) is known color: Persian Red. HEX triplet: D2, 29 and 27. RGB value is (210,41,39). Sum of RGB (Red+Green+Blue) = 210+41+39=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D22927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22927 is #2DD6D8. Grayscale: #5B5B5B. Windows color (decimal): -3004121 or 2566610. OLE color: 2566610.
HSL color Cylindrical-coordinate representation of color #D22927: hue angle of 0.7º degrees, saturation: 0.69, 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 #D22927 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 39 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.18 |
| HSL | 0.7º | 0.69% | 0.49% | - |
| HSV(B) | 0.7º | 0.81% | 0.82% | - |
| XYZ | 27.74 | 15.43 | 3.44 | - |
| YUV | 91.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 39 | 0 | 0.80 | 0.81 | 0.18 | 0.7 | 0.69 | 0.49 |
| Hex | D2 | 29 | 27 | 0 | 50 | 51 | 12 | 1 | 45 | 31 |
| Octal | 322 | 51 | 47 | 0 | 120 | 121 | 22 | 1 | 105 | 61 |
| Binary | 11010010 | 101001 | 100111 | 0 | 1010000 | 1010001 | 10010 | 1 | 1000101 | 110001 |
Color Harmonies of #D22927
Complementary color
Monochromatic Colors of #D22927
Black with #D22927
Text Example
Text Example
White with #D22927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22927; }
p { color: rgb(210,41,39); }
H1.HeaderClassName
{
color: #D22927;
}
.AnyTagClassName
{
color: #D22927;
}
</style>
background-color css
<style>
a { background-color: #D22927; }
a { background-color: rgb(210,41,39); }
div.DivClassName
{
background-color: #D22927;
}
.BgClassName
{
background-color: #D22927;
}
</style>
border-color css
<style>
span { border-color: #D22927; }
span { border-color: rgb(210,41,39); }
td.TdClassName
{
border-color: #D22927;
}
.TagClassName
{
border-color: #D22927;
}
</style>