Shades of Persian Red #D22D2B
Tints of Persian Red #D22D2B
RGB
CMYK
RGB Variations
Color information
#D22D2B (or 0xD22D2B) is known color: Persian Red. HEX triplet: D2, 2D and 2B. RGB value is (210,45,43). Sum of RGB (Red+Green+Blue) = 210+45+43=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22D2B is #2DD2D4. Grayscale: #5E5E5E. Windows color (decimal): -3003093 or 2829778. OLE color: 2829778.
HSL color Cylindrical-coordinate representation of color #D22D2B: hue angle of 0.72º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22D2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 43 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.18 |
| HSL | 0.72º | 0.66% | 0.5% | - |
| HSV(B) | 0.72º | 0.8% | 0.82% | - |
| XYZ | 27.95 | 15.75 | 3.85 | - |
| YUV | 94.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 43 | 0 | 0.79 | 0.80 | 0.18 | 0.72 | 0.66 | 0.5 |
| Hex | D2 | 2D | 2B | 0 | 4F | 50 | 12 | 1 | 42 | 32 |
| Octal | 322 | 55 | 53 | 0 | 117 | 120 | 22 | 1 | 102 | 62 |
| Binary | 11010010 | 101101 | 101011 | 0 | 1001111 | 1010000 | 10010 | 1 | 1000010 | 110010 |
Color Harmonies of #D22D2B
Complementary color
Monochromatic Colors of #D22D2B
Black with #D22D2B
Text Example
Text Example
White with #D22D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D2B; }
p { color: rgb(210,45,43); }
H1.HeaderClassName
{
color: #D22D2B;
}
.AnyTagClassName
{
color: #D22D2B;
}
</style>
background-color css
<style>
a { background-color: #D22D2B; }
a { background-color: rgb(210,45,43); }
div.DivClassName
{
background-color: #D22D2B;
}
.BgClassName
{
background-color: #D22D2B;
}
</style>
border-color css
<style>
span { border-color: #D22D2B; }
span { border-color: rgb(210,45,43); }
td.TdClassName
{
border-color: #D22D2B;
}
.TagClassName
{
border-color: #D22D2B;
}
</style>