Shades of Cinnabar #DC3F28
Tints of Cinnabar #DC3F28
RGB
CMYK
RGB Variations
Color information
#DC3F28 (or 0xDC3F28) is known color: Cinnabar. HEX triplet: DC, 3F and 28. RGB value is (220,63,40). Sum of RGB (Red+Green+Blue) = 220+63+40=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F28 is #23C0D7. Grayscale: #6B6B6B. Windows color (decimal): -2343128 or 2637788. OLE color: 2637788.
HSL color Cylindrical-coordinate representation of color #DC3F28: hue angle of 7.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3F28 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.14 |
| HSL | 7.67º | 0.72% | 0.51% | - |
| HSV(B) | 7.67º | 0.82% | 0.86% | - |
| XYZ | 31.68 | 18.92 | 3.99 | - |
| YUV | 107.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 40 | 0 | 0.71 | 0.82 | 0.14 | 7.67 | 0.72 | 0.51 |
| Hex | DC | 3F | 28 | 0 | 47 | 52 | E | 8 | 48 | 33 |
| Octal | 334 | 77 | 50 | 0 | 107 | 122 | 16 | 10 | 110 | 63 |
| Binary | 11011100 | 111111 | 101000 | 0 | 1000111 | 1010010 | 1110 | 1000 | 1001000 | 110011 |
Color Harmonies of #DC3F28
Complementary color
Monochromatic Colors of #DC3F28
Black with #DC3F28
Text Example
Text Example
White with #DC3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F28; }
p { color: rgb(220,63,40); }
H1.HeaderClassName
{
color: #DC3F28;
}
.AnyTagClassName
{
color: #DC3F28;
}
</style>
background-color css
<style>
a { background-color: #DC3F28; }
a { background-color: rgb(220,63,40); }
div.DivClassName
{
background-color: #DC3F28;
}
.BgClassName
{
background-color: #DC3F28;
}
</style>
border-color css
<style>
span { border-color: #DC3F28; }
span { border-color: rgb(220,63,40); }
td.TdClassName
{
border-color: #DC3F28;
}
.TagClassName
{
border-color: #DC3F28;
}
</style>