Shades of Persian Red #D12A22
Tints of Persian Red #D12A22
RGB
CMYK
RGB Variations
Color information
#D12A22 (or 0xD12A22) is known color: Persian Red. HEX triplet: D1, 2A and 22. RGB value is (209,42,34). Sum of RGB (Red+Green+Blue) = 209+42+34=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A22 is #2ED5DD. Grayscale: #5B5B5B. Windows color (decimal): -3069406 or 2239185. OLE color: 2239185.
HSL color Cylindrical-coordinate representation of color #D12A22: hue angle of 2.74º 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 #D12A22 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 34 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.18 |
| HSL | 2.74º | 0.72% | 0.48% | - |
| HSV(B) | 2.74º | 0.84% | 0.82% | - |
| XYZ | 27.41 | 15.33 | 3.03 | - |
| YUV | 91.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 34 | 0 | 0.80 | 0.84 | 0.18 | 2.74 | 0.72 | 0.48 |
| Hex | D1 | 2A | 22 | 0 | 50 | 54 | 12 | 3 | 48 | 30 |
| Octal | 321 | 52 | 42 | 0 | 120 | 124 | 22 | 3 | 110 | 60 |
| Binary | 11010001 | 101010 | 100010 | 0 | 1010000 | 1010100 | 10010 | 11 | 1001000 | 110000 |
Color Harmonies of #D12A22
Complementary color
Monochromatic Colors of #D12A22
Black with #D12A22
Text Example
Text Example
White with #D12A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A22; }
p { color: rgb(209,42,34); }
H1.HeaderClassName
{
color: #D12A22;
}
.AnyTagClassName
{
color: #D12A22;
}
</style>
background-color css
<style>
a { background-color: #D12A22; }
a { background-color: rgb(209,42,34); }
div.DivClassName
{
background-color: #D12A22;
}
.BgClassName
{
background-color: #D12A22;
}
</style>
border-color css
<style>
span { border-color: #D12A22; }
span { border-color: rgb(209,42,34); }
td.TdClassName
{
border-color: #D12A22;
}
.TagClassName
{
border-color: #D12A22;
}
</style>