Shades of Cinnabar #DC4431
Tints of Cinnabar #DC4431
RGB
CMYK
RGB Variations
Color information
#DC4431 (or 0xDC4431) is known color: Cinnabar. HEX triplet: DC, 44 and 31. RGB value is (220,68,49). Sum of RGB (Red+Green+Blue) = 220+68+49=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4431 is #23BBCE. Grayscale: #6F6F6F. Windows color (decimal): -2341839 or 3228892. OLE color: 3228892.
HSL color Cylindrical-coordinate representation of color #DC4431: hue angle of 6.67º 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 #DC4431 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 49 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.14 |
| HSL | 6.67º | 0.71% | 0.53% | - |
| HSV(B) | 6.67º | 0.78% | 0.86% | - |
| XYZ | 32.14 | 19.57 | 4.99 | - |
| YUV | 111.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 49 | 0 | 0.69 | 0.78 | 0.14 | 6.67 | 0.71 | 0.53 |
| Hex | DC | 44 | 31 | 0 | 45 | 4E | E | 7 | 47 | 35 |
| Octal | 334 | 104 | 61 | 0 | 105 | 116 | 16 | 7 | 107 | 65 |
| Binary | 11011100 | 1000100 | 110001 | 0 | 1000101 | 1001110 | 1110 | 111 | 1000111 | 110101 |
Color Harmonies of #DC4431
Complementary color
Monochromatic Colors of #DC4431
Black with #DC4431
Text Example
Text Example
White with #DC4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4431; }
p { color: rgb(220,68,49); }
H1.HeaderClassName
{
color: #DC4431;
}
.AnyTagClassName
{
color: #DC4431;
}
</style>
background-color css
<style>
a { background-color: #DC4431; }
a { background-color: rgb(220,68,49); }
div.DivClassName
{
background-color: #DC4431;
}
.BgClassName
{
background-color: #DC4431;
}
</style>
border-color css
<style>
span { border-color: #DC4431; }
span { border-color: rgb(220,68,49); }
td.TdClassName
{
border-color: #DC4431;
}
.TagClassName
{
border-color: #DC4431;
}
</style>