Shades of Cinnabar #DB4A42
Tints of Cinnabar #DB4A42
RGB
CMYK
RGB Variations
Color information
#DB4A42 (or 0xDB4A42) is known color: Cinnabar. HEX triplet: DB, 4A and 42. RGB value is (219,74,66). Sum of RGB (Red+Green+Blue) = 219+74+66=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A42 is #24B5BD. Grayscale: #747474. Windows color (decimal): -2405822 or 4344539. OLE color: 4344539.
HSL color Cylindrical-coordinate representation of color #DB4A42: hue angle of 3.14º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4A42 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 66 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.14 |
| HSL | 3.14º | 0.68% | 0.56% | - |
| HSV(B) | 3.14º | 0.7% | 0.86% | - |
| XYZ | 32.65 | 20.35 | 7.36 | - |
| YUV | 116.44 | 99.54 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 66 | 0 | 0.66 | 0.70 | 0.14 | 3.14 | 0.68 | 0.56 |
| Hex | DB | 4A | 42 | 0 | 42 | 46 | E | 3 | 44 | 38 |
| Octal | 333 | 112 | 102 | 0 | 102 | 106 | 16 | 3 | 104 | 70 |
| Binary | 11011011 | 1001010 | 1000010 | 0 | 1000010 | 1000110 | 1110 | 11 | 1000100 | 111000 |
Color Harmonies of #DB4A42
Complementary color
Monochromatic Colors of #DB4A42
Black with #DB4A42
Text Example
Text Example
White with #DB4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A42; }
p { color: rgb(219,74,66); }
H1.HeaderClassName
{
color: #DB4A42;
}
.AnyTagClassName
{
color: #DB4A42;
}
</style>
background-color css
<style>
a { background-color: #DB4A42; }
a { background-color: rgb(219,74,66); }
div.DivClassName
{
background-color: #DB4A42;
}
.BgClassName
{
background-color: #DB4A42;
}
</style>
border-color css
<style>
span { border-color: #DB4A42; }
span { border-color: rgb(219,74,66); }
td.TdClassName
{
border-color: #DB4A42;
}
.TagClassName
{
border-color: #DB4A42;
}
</style>