Shades of Persian Red #D22B2B
Tints of Persian Red #D22B2B
RGB
CMYK
RGB Variations
Color information
#D22B2B (or 0xD22B2B) is known color: Persian Red. HEX triplet: D2, 2B and 2B. RGB value is (210,43,43). Sum of RGB (Red+Green+Blue) = 210+43+43=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22B2B is #2DD4D4. Grayscale: #5D5D5D. Windows color (decimal): -3003605 or 2829266. OLE color: 2829266.
HSL color Cylindrical-coordinate representation of color #D22B2B: hue angle of 0º 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 #D22B2B is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 43 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.18 |
| HSL | 0º | 0.66% | 0.5% | - |
| HSV(B) | 0º | 0.8% | 0.82% | - |
| XYZ | 27.88 | 15.6 | 3.83 | - |
| YUV | 92.93 | 99.83 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 43 | 0 | 0.80 | 0.80 | 0.18 | 0 | 0.66 | 0.5 |
| Hex | D2 | 2B | 2B | 0 | 50 | 50 | 12 | 0 | 42 | 32 |
| Octal | 322 | 53 | 53 | 0 | 120 | 120 | 22 | 0 | 102 | 62 |
| Binary | 11010010 | 101011 | 101011 | 0 | 1010000 | 1010000 | 10010 | 0 | 1000010 | 110010 |
Color Harmonies of #D22B2B
Complementary color
Monochromatic Colors of #D22B2B
Black with #D22B2B
Text Example
Text Example
White with #D22B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B2B; }
p { color: rgb(210,43,43); }
H1.HeaderClassName
{
color: #D22B2B;
}
.AnyTagClassName
{
color: #D22B2B;
}
</style>
background-color css
<style>
a { background-color: #D22B2B; }
a { background-color: rgb(210,43,43); }
div.DivClassName
{
background-color: #D22B2B;
}
.BgClassName
{
background-color: #D22B2B;
}
</style>
border-color css
<style>
span { border-color: #D22B2B; }
span { border-color: rgb(210,43,43); }
td.TdClassName
{
border-color: #D22B2B;
}
.TagClassName
{
border-color: #D22B2B;
}
</style>