Shades of Persian Red #D22C27
Tints of Persian Red #D22C27
RGB
CMYK
RGB Variations
Color information
#D22C27 (or 0xD22C27) is known color: Persian Red. HEX triplet: D2, 2C and 27. RGB value is (210,44,39). Sum of RGB (Red+Green+Blue) = 210+44+39=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C27 is #2DD3D8. Grayscale: #5D5D5D. Windows color (decimal): -3003353 or 2567378. OLE color: 2567378.
HSL color Cylindrical-coordinate representation of color #D22C27: hue angle of 1.75º 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 #D22C27 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 39 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.18 |
| HSL | 1.75º | 0.69% | 0.49% | - |
| HSV(B) | 1.75º | 0.81% | 0.82% | - |
| XYZ | 27.85 | 15.65 | 3.47 | - |
| YUV | 93.06 | 97.5 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 39 | 0 | 0.79 | 0.81 | 0.18 | 1.75 | 0.69 | 0.49 |
| Hex | D2 | 2C | 27 | 0 | 4F | 51 | 12 | 2 | 45 | 31 |
| Octal | 322 | 54 | 47 | 0 | 117 | 121 | 22 | 2 | 105 | 61 |
| Binary | 11010010 | 101100 | 100111 | 0 | 1001111 | 1010001 | 10010 | 10 | 1000101 | 110001 |
Color Harmonies of #D22C27
Complementary color
Monochromatic Colors of #D22C27
Black with #D22C27
Text Example
Text Example
White with #D22C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C27; }
p { color: rgb(210,44,39); }
H1.HeaderClassName
{
color: #D22C27;
}
.AnyTagClassName
{
color: #D22C27;
}
</style>
background-color css
<style>
a { background-color: #D22C27; }
a { background-color: rgb(210,44,39); }
div.DivClassName
{
background-color: #D22C27;
}
.BgClassName
{
background-color: #D22C27;
}
</style>
border-color css
<style>
span { border-color: #D22C27; }
span { border-color: rgb(210,44,39); }
td.TdClassName
{
border-color: #D22C27;
}
.TagClassName
{
border-color: #D22C27;
}
</style>