Shades of Persian Red #DC2F2B
Tints of Persian Red #DC2F2B
RGB
CMYK
RGB Variations
Color information
#DC2F2B (or 0xDC2F2B) is known color: Persian Red. HEX triplet: DC, 2F and 2B. RGB value is (220,47,43). Sum of RGB (Red+Green+Blue) = 220+47+43=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F2B is #23D0D4. Grayscale: #626262. Windows color (decimal): -2347221 or 2830300. OLE color: 2830300.
HSL color Cylindrical-coordinate representation of color #DC2F2B: hue angle of 1.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2F2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 47 | 43 | - |
CMYK | 0 | 0.79 | 0.80 | 0.14 |
HSL | 1.36º | 0.72% | 0.52% | - |
HSV(B) | 1.36º | 0.8% | 0.86% | - |
XYZ | 30.97 | 17.42 | 4.02 | - |
YUV | 98.27 | 96.81 | 214.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 47 | 43 | 0 | 0.79 | 0.80 | 0.14 | 1.36 | 0.72 | 0.52 |
Hex | DC | 2F | 2B | 0 | 4F | 50 | E | 1 | 48 | 34 |
Octal | 334 | 57 | 53 | 0 | 117 | 120 | 16 | 1 | 110 | 64 |
Binary | 11011100 | 101111 | 101011 | 0 | 1001111 | 1010000 | 1110 | 1 | 1001000 | 110100 |
Color Harmonies of #DC2F2B
Complementary color
Monochromatic Colors of #DC2F2B
Black with #DC2F2B
Text Example
Text Example
White with #DC2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F2B; }
p { color: rgb(220,47,43); }
H1.HeaderClassName
{
color: #DC2F2B;
}
.AnyTagClassName
{
color: #DC2F2B;
}
</style>
background-color css
<style>
a { background-color: #DC2F2B; }
a { background-color: rgb(220,47,43); }
div.DivClassName
{
background-color: #DC2F2B;
}
.BgClassName
{
background-color: #DC2F2B;
}
</style>
border-color css
<style>
span { border-color: #DC2F2B; }
span { border-color: rgb(220,47,43); }
td.TdClassName
{
border-color: #DC2F2B;
}
.TagClassName
{
border-color: #DC2F2B;
}
</style>