Shades of Persian Red #D2302B
Tints of Persian Red #D2302B
RGB
CMYK
RGB Variations
Color information
#D2302B (or 0xD2302B) is known color: Persian Red. HEX triplet: D2, 30 and 2B. RGB value is (210,48,43). Sum of RGB (Red+Green+Blue) = 210+48+43=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D2302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2302B is #2DCFD4. Grayscale: #606060. Windows color (decimal): -3002325 or 2830546. OLE color: 2830546.
HSL color Cylindrical-coordinate representation of color #D2302B: hue angle of 1.8º 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 #D2302B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 43 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.18 |
| HSL | 1.8º | 0.66% | 0.5% | - |
| HSV(B) | 1.8º | 0.8% | 0.82% | - |
| XYZ | 28.07 | 15.99 | 3.89 | - |
| YUV | 95.87 | 98.17 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 43 | 0 | 0.77 | 0.80 | 0.18 | 1.8 | 0.66 | 0.5 |
| Hex | D2 | 30 | 2B | 0 | 4D | 50 | 12 | 2 | 42 | 32 |
| Octal | 322 | 60 | 53 | 0 | 115 | 120 | 22 | 2 | 102 | 62 |
| Binary | 11010010 | 110000 | 101011 | 0 | 1001101 | 1010000 | 10010 | 10 | 1000010 | 110010 |
Color Harmonies of #D2302B
Complementary color
Monochromatic Colors of #D2302B
Black with #D2302B
Text Example
Text Example
White with #D2302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2302B; }
p { color: rgb(210,48,43); }
H1.HeaderClassName
{
color: #D2302B;
}
.AnyTagClassName
{
color: #D2302B;
}
</style>
background-color css
<style>
a { background-color: #D2302B; }
a { background-color: rgb(210,48,43); }
div.DivClassName
{
background-color: #D2302B;
}
.BgClassName
{
background-color: #D2302B;
}
</style>
border-color css
<style>
span { border-color: #D2302B; }
span { border-color: rgb(210,48,43); }
td.TdClassName
{
border-color: #D2302B;
}
.TagClassName
{
border-color: #D2302B;
}
</style>