Shades of Cinnabar #DC3629
Tints of Cinnabar #DC3629
RGB
CMYK
RGB Variations
Color information
#DC3629 (or 0xDC3629) is known color: Cinnabar. HEX triplet: DC, 36 and 29. RGB value is (220,54,41). Sum of RGB (Red+Green+Blue) = 220+54+41=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3629 is #23C9D6. Grayscale: #666666. Windows color (decimal): -2345431 or 2701020. OLE color: 2701020.
HSL color Cylindrical-coordinate representation of color #DC3629: hue angle of 4.36º 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 #DC3629 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 41 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.14 |
| HSL | 4.36º | 0.72% | 0.51% | - |
| HSV(B) | 4.36º | 0.81% | 0.86% | - |
| XYZ | 31.23 | 18.01 | 3.93 | - |
| YUV | 102.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 41 | 0 | 0.75 | 0.81 | 0.14 | 4.36 | 0.72 | 0.51 |
| Hex | DC | 36 | 29 | 0 | 4B | 51 | E | 4 | 48 | 33 |
| Octal | 334 | 66 | 51 | 0 | 113 | 121 | 16 | 4 | 110 | 63 |
| Binary | 11011100 | 110110 | 101001 | 0 | 1001011 | 1010001 | 1110 | 100 | 1001000 | 110011 |
Color Harmonies of #DC3629
Complementary color
Monochromatic Colors of #DC3629
Black with #DC3629
Text Example
Text Example
White with #DC3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3629; }
p { color: rgb(220,54,41); }
H1.HeaderClassName
{
color: #DC3629;
}
.AnyTagClassName
{
color: #DC3629;
}
</style>
background-color css
<style>
a { background-color: #DC3629; }
a { background-color: rgb(220,54,41); }
div.DivClassName
{
background-color: #DC3629;
}
.BgClassName
{
background-color: #DC3629;
}
</style>
border-color css
<style>
span { border-color: #DC3629; }
span { border-color: rgb(220,54,41); }
td.TdClassName
{
border-color: #DC3629;
}
.TagClassName
{
border-color: #DC3629;
}
</style>