Shades of Cinnabar #DC4531
Tints of Cinnabar #DC4531
RGB
CMYK
RGB Variations
Color information
#DC4531 (or 0xDC4531) is known color: Cinnabar. HEX triplet: DC, 45 and 31. RGB value is (220,69,49). Sum of RGB (Red+Green+Blue) = 220+69+49=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4531 is #23BACE. Grayscale: #707070. Windows color (decimal): -2341583 or 3229148. OLE color: 3229148.
HSL color Cylindrical-coordinate representation of color #DC4531: hue angle of 7.02º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC4531 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 49 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.14 |
| HSL | 7.02º | 0.71% | 0.53% | - |
| HSV(B) | 7.02º | 0.78% | 0.86% | - |
| XYZ | 32.2 | 19.69 | 5.01 | - |
| YUV | 111.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 49 | 0 | 0.69 | 0.78 | 0.14 | 7.02 | 0.71 | 0.53 |
| Hex | DC | 45 | 31 | 0 | 45 | 4E | E | 7 | 47 | 35 |
| Octal | 334 | 105 | 61 | 0 | 105 | 116 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000101 | 110001 | 0 | 1000101 | 1001110 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4531
Complementary color
Monochromatic Colors of #DC4531
Black with #DC4531
Text Example
Text Example
White with #DC4531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4531; }
p { color: rgb(220,69,49); }
H1.HeaderClassName
{
color: #DC4531;
}
.AnyTagClassName
{
color: #DC4531;
}
</style>
background-color css
<style>
a { background-color: #DC4531; }
a { background-color: rgb(220,69,49); }
div.DivClassName
{
background-color: #DC4531;
}
.BgClassName
{
background-color: #DC4531;
}
</style>
border-color css
<style>
span { border-color: #DC4531; }
span { border-color: rgb(220,69,49); }
td.TdClassName
{
border-color: #DC4531;
}
.TagClassName
{
border-color: #DC4531;
}
</style>