Shades of Persian Red #D22C2B
Tints of Persian Red #D22C2B
RGB
CMYK
RGB Variations
Color information
#D22C2B (or 0xD22C2B) is known color: Persian Red. HEX triplet: D2, 2C and 2B. RGB value is (210,44,43). Sum of RGB (Red+Green+Blue) = 210+44+43=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22C2B is #2DD3D4. Grayscale: #5D5D5D. Windows color (decimal): -3003349 or 2829522. OLE color: 2829522.
HSL color Cylindrical-coordinate representation of color #D22C2B: hue angle of 0.36º 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 #D22C2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 43 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.18 |
| HSL | 0.36º | 0.66% | 0.5% | - |
| HSV(B) | 0.36º | 0.8% | 0.82% | - |
| XYZ | 27.92 | 15.68 | 3.84 | - |
| YUV | 93.52 | 99.5 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 43 | 0 | 0.79 | 0.80 | 0.18 | 0.36 | 0.66 | 0.5 |
| Hex | D2 | 2C | 2B | 0 | 4F | 50 | 12 | 0 | 42 | 32 |
| Octal | 322 | 54 | 53 | 0 | 117 | 120 | 22 | 0 | 102 | 62 |
| Binary | 11010010 | 101100 | 101011 | 0 | 1001111 | 1010000 | 10010 | 0 | 1000010 | 110010 |
Color Harmonies of #D22C2B
Complementary color
Monochromatic Colors of #D22C2B
Black with #D22C2B
Text Example
Text Example
White with #D22C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C2B; }
p { color: rgb(210,44,43); }
H1.HeaderClassName
{
color: #D22C2B;
}
.AnyTagClassName
{
color: #D22C2B;
}
</style>
background-color css
<style>
a { background-color: #D22C2B; }
a { background-color: rgb(210,44,43); }
div.DivClassName
{
background-color: #D22C2B;
}
.BgClassName
{
background-color: #D22C2B;
}
</style>
border-color css
<style>
span { border-color: #D22C2B; }
span { border-color: rgb(210,44,43); }
td.TdClassName
{
border-color: #D22C2B;
}
.TagClassName
{
border-color: #D22C2B;
}
</style>