Shades of Persian Red #D0302A
Tints of Persian Red #D0302A
RGB
CMYK
RGB Variations
Color information
#D0302A (or 0xD0302A) is known color: Persian Red. HEX triplet: D0, 30 and 2A. RGB value is (208,48,42). Sum of RGB (Red+Green+Blue) = 208+48+42=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D0302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0302A is #2FCFD5. Grayscale: #5F5F5F. Windows color (decimal): -3133398 or 2765008. OLE color: 2765008.
HSL color Cylindrical-coordinate representation of color #D0302A: hue angle of 2.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0302A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 42 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.18 |
| HSL | 2.17º | 0.66% | 0.49% | - |
| HSV(B) | 2.17º | 0.8% | 0.82% | - |
| XYZ | 27.49 | 15.69 | 3.77 | - |
| YUV | 95.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 42 | 0 | 0.77 | 0.80 | 0.18 | 2.17 | 0.66 | 0.49 |
| Hex | D0 | 30 | 2A | 0 | 4D | 50 | 12 | 2 | 42 | 31 |
| Octal | 320 | 60 | 52 | 0 | 115 | 120 | 22 | 2 | 102 | 61 |
| Binary | 11010000 | 110000 | 101010 | 0 | 1001101 | 1010000 | 10010 | 10 | 1000010 | 110001 |
Color Harmonies of #D0302A
Complementary color
Monochromatic Colors of #D0302A
Black with #D0302A
Text Example
Text Example
White with #D0302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0302A; }
p { color: rgb(208,48,42); }
H1.HeaderClassName
{
color: #D0302A;
}
.AnyTagClassName
{
color: #D0302A;
}
</style>
background-color css
<style>
a { background-color: #D0302A; }
a { background-color: rgb(208,48,42); }
div.DivClassName
{
background-color: #D0302A;
}
.BgClassName
{
background-color: #D0302A;
}
</style>
border-color css
<style>
span { border-color: #D0302A; }
span { border-color: rgb(208,48,42); }
td.TdClassName
{
border-color: #D0302A;
}
.TagClassName
{
border-color: #D0302A;
}
</style>