Shades of Cinnabar #DC4239
Tints of Cinnabar #DC4239
RGB
CMYK
RGB Variations
Color information
#DC4239 (or 0xDC4239) is known color: Cinnabar. HEX triplet: DC, 42 and 39. RGB value is (220,66,57). Sum of RGB (Red+Green+Blue) = 220+66+57=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4239 is #23BDC6. Grayscale: #6F6F6F. Windows color (decimal): -2342343 or 3752668. OLE color: 3752668.
HSL color Cylindrical-coordinate representation of color #DC4239: hue angle of 3.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC4239 is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 57 | - |
| CMYK | 0 | 0.7 | 0.74 | 0.14 |
| HSL | 3.31º | 0.7% | 0.54% | - |
| HSV(B) | 3.31º | 0.74% | 0.86% | - |
| XYZ | 32.2 | 19.41 | 5.92 | - |
| YUV | 111.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 57 | 0 | 0.7 | 0.74 | 0.14 | 3.31 | 0.7 | 0.54 |
| Hex | DC | 42 | 39 | 0 | 46 | 4A | E | 3 | 46 | 36 |
| Octal | 334 | 102 | 71 | 0 | 106 | 112 | 16 | 3 | 106 | 66 |
| Binary | 11011100 | 1000010 | 111001 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000110 | 110110 |
Color Harmonies of #DC4239
Complementary color
Monochromatic Colors of #DC4239
Black with #DC4239
Text Example
Text Example
White with #DC4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4239; }
p { color: rgb(220,66,57); }
H1.HeaderClassName
{
color: #DC4239;
}
.AnyTagClassName
{
color: #DC4239;
}
</style>
background-color css
<style>
a { background-color: #DC4239; }
a { background-color: rgb(220,66,57); }
div.DivClassName
{
background-color: #DC4239;
}
.BgClassName
{
background-color: #DC4239;
}
</style>
border-color css
<style>
span { border-color: #DC4239; }
span { border-color: rgb(220,66,57); }
td.TdClassName
{
border-color: #DC4239;
}
.TagClassName
{
border-color: #DC4239;
}
</style>