Shades of Cinnabar #DB4B25
Tints of Cinnabar #DB4B25
RGB
CMYK
RGB Variations
Color information
#DB4B25 (or 0xDB4B25) is known color: Cinnabar. HEX triplet: DB, 4B and 25. RGB value is (219,75,37). Sum of RGB (Red+Green+Blue) = 219+75+37=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B25 is #24B4DA. Grayscale: #727272. Windows color (decimal): -2405595 or 2444251. OLE color: 2444251.
HSL color Cylindrical-coordinate representation of color #DB4B25: hue angle of 12.53º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB4B25 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 37 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.14 |
| HSL | 12.53º | 0.72% | 0.5% | - |
| HSV(B) | 12.53º | 0.83% | 0.86% | - |
| XYZ | 32.06 | 20.23 | 3.96 | - |
| YUV | 113.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 37 | 0 | 0.66 | 0.83 | 0.14 | 12.53 | 0.72 | 0.5 |
| Hex | DB | 4B | 25 | 0 | 42 | 53 | E | D | 48 | 32 |
| Octal | 333 | 113 | 45 | 0 | 102 | 123 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001011 | 100101 | 0 | 1000010 | 1010011 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4B25
Complementary color
Monochromatic Colors of #DB4B25
Black with #DB4B25
Text Example
Text Example
White with #DB4B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B25; }
p { color: rgb(219,75,37); }
H1.HeaderClassName
{
color: #DB4B25;
}
.AnyTagClassName
{
color: #DB4B25;
}
</style>
background-color css
<style>
a { background-color: #DB4B25; }
a { background-color: rgb(219,75,37); }
div.DivClassName
{
background-color: #DB4B25;
}
.BgClassName
{
background-color: #DB4B25;
}
</style>
border-color css
<style>
span { border-color: #DB4B25; }
span { border-color: rgb(219,75,37); }
td.TdClassName
{
border-color: #DB4B25;
}
.TagClassName
{
border-color: #DB4B25;
}
</style>