Shades of Cinnabar #DB362A
Tints of Cinnabar #DB362A
RGB
CMYK
RGB Variations
Color information
#DB362A (or 0xDB362A) is known color: Cinnabar. HEX triplet: DB, 36 and 2A. RGB value is (219,54,42). Sum of RGB (Red+Green+Blue) = 219+54+42=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB362A is #24C9D5. Grayscale: #666666. Windows color (decimal): -2410966 or 2766555. OLE color: 2766555.
HSL color Cylindrical-coordinate representation of color #DB362A: hue angle of 4.07º degrees, saturation: 0.71, 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 #DB362A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 42 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.14 |
| HSL | 4.07º | 0.71% | 0.51% | - |
| HSV(B) | 4.07º | 0.81% | 0.86% | - |
| XYZ | 30.95 | 17.87 | 4.01 | - |
| YUV | 101.97 | 94.16 | 211.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 42 | 0 | 0.75 | 0.81 | 0.14 | 4.07 | 0.71 | 0.51 |
| Hex | DB | 36 | 2A | 0 | 4B | 51 | E | 4 | 47 | 33 |
| Octal | 333 | 66 | 52 | 0 | 113 | 121 | 16 | 4 | 107 | 63 |
| Binary | 11011011 | 110110 | 101010 | 0 | 1001011 | 1010001 | 1110 | 100 | 1000111 | 110011 |
Color Harmonies of #DB362A
Complementary color
Monochromatic Colors of #DB362A
Black with #DB362A
Text Example
Text Example
White with #DB362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB362A; }
p { color: rgb(219,54,42); }
H1.HeaderClassName
{
color: #DB362A;
}
.AnyTagClassName
{
color: #DB362A;
}
</style>
background-color css
<style>
a { background-color: #DB362A; }
a { background-color: rgb(219,54,42); }
div.DivClassName
{
background-color: #DB362A;
}
.BgClassName
{
background-color: #DB362A;
}
</style>
border-color css
<style>
span { border-color: #DB362A; }
span { border-color: rgb(219,54,42); }
td.TdClassName
{
border-color: #DB362A;
}
.TagClassName
{
border-color: #DB362A;
}
</style>