Shades of Persian Red #DC2F2A
Tints of Persian Red #DC2F2A
RGB
CMYK
RGB Variations
Color information
#DC2F2A (or 0xDC2F2A) is known color: Persian Red. HEX triplet: DC, 2F and 2A. RGB value is (220,47,42). Sum of RGB (Red+Green+Blue) = 220+47+42=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F2A is #23D0D5. Grayscale: #626262. Windows color (decimal): -2347222 or 2764764. OLE color: 2764764.
HSL color Cylindrical-coordinate representation of color #DC2F2A: hue angle of 1.69º 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 #DC2F2A is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 42 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.14 |
| HSL | 1.69º | 0.72% | 0.51% | - |
| HSV(B) | 1.69º | 0.81% | 0.86% | - |
| XYZ | 30.95 | 17.42 | 3.92 | - |
| YUV | 98.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 42 | 0 | 0.79 | 0.81 | 0.14 | 1.69 | 0.72 | 0.51 |
| Hex | DC | 2F | 2A | 0 | 4F | 51 | E | 2 | 48 | 33 |
| Octal | 334 | 57 | 52 | 0 | 117 | 121 | 16 | 2 | 110 | 63 |
| Binary | 11011100 | 101111 | 101010 | 0 | 1001111 | 1010001 | 1110 | 10 | 1001000 | 110011 |
Color Harmonies of #DC2F2A
Complementary color
Monochromatic Colors of #DC2F2A
Black with #DC2F2A
Text Example
Text Example
White with #DC2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F2A; }
p { color: rgb(220,47,42); }
H1.HeaderClassName
{
color: #DC2F2A;
}
.AnyTagClassName
{
color: #DC2F2A;
}
</style>
background-color css
<style>
a { background-color: #DC2F2A; }
a { background-color: rgb(220,47,42); }
div.DivClassName
{
background-color: #DC2F2A;
}
.BgClassName
{
background-color: #DC2F2A;
}
</style>
border-color css
<style>
span { border-color: #DC2F2A; }
span { border-color: rgb(220,47,42); }
td.TdClassName
{
border-color: #DC2F2A;
}
.TagClassName
{
border-color: #DC2F2A;
}
</style>