Shades of Cinnabar #DC4534
Tints of Cinnabar #DC4534
RGB
CMYK
RGB Variations
Color information
#DC4534 (or 0xDC4534) is known color: Cinnabar. HEX triplet: DC, 45 and 34. RGB value is (220,69,52). Sum of RGB (Red+Green+Blue) = 220+69+52=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4534 is #23BACB. Grayscale: #707070. Windows color (decimal): -2341580 or 3425756. OLE color: 3425756.
HSL color Cylindrical-coordinate representation of color #DC4534: hue angle of 6.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC4534 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.14 |
| HSL | 6.07º | 0.71% | 0.53% | - |
| HSV(B) | 6.07º | 0.76% | 0.86% | - |
| XYZ | 32.26 | 19.72 | 5.35 | - |
| YUV | 112.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 52 | 0 | 0.69 | 0.76 | 0.14 | 6.07 | 0.71 | 0.53 |
| Hex | DC | 45 | 34 | 0 | 45 | 4C | E | 6 | 47 | 35 |
| Octal | 334 | 105 | 64 | 0 | 105 | 114 | 16 | 6 | 107 | 65 |
| Binary | 11011100 | 1000101 | 110100 | 0 | 1000101 | 1001100 | 1110 | 110 | 1000111 | 110101 |
Color Harmonies of #DC4534
Complementary color
Monochromatic Colors of #DC4534
Black with #DC4534
Text Example
Text Example
White with #DC4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4534; }
p { color: rgb(220,69,52); }
H1.HeaderClassName
{
color: #DC4534;
}
.AnyTagClassName
{
color: #DC4534;
}
</style>
background-color css
<style>
a { background-color: #DC4534; }
a { background-color: rgb(220,69,52); }
div.DivClassName
{
background-color: #DC4534;
}
.BgClassName
{
background-color: #DC4534;
}
</style>
border-color css
<style>
span { border-color: #DC4534; }
span { border-color: rgb(220,69,52); }
td.TdClassName
{
border-color: #DC4534;
}
.TagClassName
{
border-color: #DC4534;
}
</style>