Shades of Persian Red #DC302A
Tints of Persian Red #DC302A
RGB
CMYK
RGB Variations
Color information
#DC302A (or 0xDC302A) is known color: Persian Red. HEX triplet: DC, 30 and 2A. RGB value is (220,48,42). Sum of RGB (Red+Green+Blue) = 220+48+42=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC302A is #23CFD5. Grayscale: #626262. Windows color (decimal): -2346966 or 2765020. OLE color: 2765020.
HSL color Cylindrical-coordinate representation of color #DC302A: hue angle of 2.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC302A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.14 |
| HSL | 2.02º | 0.72% | 0.51% | - |
| HSV(B) | 2.02º | 0.81% | 0.86% | - |
| XYZ | 30.99 | 17.5 | 3.93 | - |
| YUV | 98.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 42 | 0 | 0.78 | 0.81 | 0.14 | 2.02 | 0.72 | 0.51 |
| Hex | DC | 30 | 2A | 0 | 4E | 51 | E | 2 | 48 | 33 |
| Octal | 334 | 60 | 52 | 0 | 116 | 121 | 16 | 2 | 110 | 63 |
| Binary | 11011100 | 110000 | 101010 | 0 | 1001110 | 1010001 | 1110 | 10 | 1001000 | 110011 |
Color Harmonies of #DC302A
Complementary color
Monochromatic Colors of #DC302A
Black with #DC302A
Text Example
Text Example
White with #DC302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC302A; }
p { color: rgb(220,48,42); }
H1.HeaderClassName
{
color: #DC302A;
}
.AnyTagClassName
{
color: #DC302A;
}
</style>
background-color css
<style>
a { background-color: #DC302A; }
a { background-color: rgb(220,48,42); }
div.DivClassName
{
background-color: #DC302A;
}
.BgClassName
{
background-color: #DC302A;
}
</style>
border-color css
<style>
span { border-color: #DC302A; }
span { border-color: rgb(220,48,42); }
td.TdClassName
{
border-color: #DC302A;
}
.TagClassName
{
border-color: #DC302A;
}
</style>