Shades of Cinnabar #DC3A28
Tints of Cinnabar #DC3A28
RGB
CMYK
RGB Variations
Color information
#DC3A28 (or 0xDC3A28) is known color: Cinnabar. HEX triplet: DC, 3A and 28. RGB value is (220,58,40). Sum of RGB (Red+Green+Blue) = 220+58+40=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A28 is #23C5D7. Grayscale: #686868. Windows color (decimal): -2344408 or 2636508. OLE color: 2636508.
HSL color Cylindrical-coordinate representation of color #DC3A28: hue angle of 6º 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 #DC3A28 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 40 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.14 |
| HSL | 6º | 0.72% | 0.51% | - |
| HSV(B) | 6º | 0.82% | 0.86% | - |
| XYZ | 31.41 | 18.39 | 3.9 | - |
| YUV | 104.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 40 | 0 | 0.74 | 0.82 | 0.14 | 6 | 0.72 | 0.51 |
| Hex | DC | 3A | 28 | 0 | 4A | 52 | E | 6 | 48 | 33 |
| Octal | 334 | 72 | 50 | 0 | 112 | 122 | 16 | 6 | 110 | 63 |
| Binary | 11011100 | 111010 | 101000 | 0 | 1001010 | 1010010 | 1110 | 110 | 1001000 | 110011 |
Color Harmonies of #DC3A28
Complementary color
Monochromatic Colors of #DC3A28
Black with #DC3A28
Text Example
Text Example
White with #DC3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A28; }
p { color: rgb(220,58,40); }
H1.HeaderClassName
{
color: #DC3A28;
}
.AnyTagClassName
{
color: #DC3A28;
}
</style>
background-color css
<style>
a { background-color: #DC3A28; }
a { background-color: rgb(220,58,40); }
div.DivClassName
{
background-color: #DC3A28;
}
.BgClassName
{
background-color: #DC3A28;
}
</style>
border-color css
<style>
span { border-color: #DC3A28; }
span { border-color: rgb(220,58,40); }
td.TdClassName
{
border-color: #DC3A28;
}
.TagClassName
{
border-color: #DC3A28;
}
</style>