Shades of Persian Red #D12222
Tints of Persian Red #D12222
RGB
CMYK
RGB Variations
Color information
#D12222 (or 0xD12222) is known color: Persian Red. HEX triplet: D1, 22 and 22. RGB value is (209,34,34). Sum of RGB (Red+Green+Blue) = 209+34+34=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D12222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12222 is #2EDDDD. Grayscale: #565656. Windows color (decimal): -3071454 or 2237137. OLE color: 2237137.
HSL color Cylindrical-coordinate representation of color #D12222: hue angle of 0º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12222 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 34 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.18 |
| HSL | 0º | 0.72% | 0.48% | - |
| HSV(B) | 0º | 0.84% | 0.82% | - |
| XYZ | 27.16 | 14.81 | 2.94 | - |
| YUV | 86.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 34 | 0 | 0.84 | 0.84 | 0.18 | 0 | 0.72 | 0.48 |
| Hex | D1 | 22 | 22 | 0 | 54 | 54 | 12 | 0 | 48 | 30 |
| Octal | 321 | 42 | 42 | 0 | 124 | 124 | 22 | 0 | 110 | 60 |
| Binary | 11010001 | 100010 | 100010 | 0 | 1010100 | 1010100 | 10010 | 0 | 1001000 | 110000 |
Color Harmonies of #D12222
Complementary color
Monochromatic Colors of #D12222
Black with #D12222
Text Example
Text Example
White with #D12222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12222; }
p { color: rgb(209,34,34); }
H1.HeaderClassName
{
color: #D12222;
}
.AnyTagClassName
{
color: #D12222;
}
</style>
background-color css
<style>
a { background-color: #D12222; }
a { background-color: rgb(209,34,34); }
div.DivClassName
{
background-color: #D12222;
}
.BgClassName
{
background-color: #D12222;
}
</style>
border-color css
<style>
span { border-color: #D12222; }
span { border-color: rgb(209,34,34); }
td.TdClassName
{
border-color: #D12222;
}
.TagClassName
{
border-color: #D12222;
}
</style>