Shades of Cinnabar #D84A29
Tints of Cinnabar #D84A29
RGB
CMYK
RGB Variations
Color information
#D84A29 (or 0xD84A29) is known color: Cinnabar. HEX triplet: D8, 4A and 29. RGB value is (216,74,41). Sum of RGB (Red+Green+Blue) = 216+74+41=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A29 is #27B5D6. Grayscale: #707070. Windows color (decimal): -2602455 or 2706136. OLE color: 2706136.
HSL color Cylindrical-coordinate representation of color #D84A29: hue angle of 11.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84A29 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 41 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.15 |
| HSL | 11.31º | 0.69% | 0.5% | - |
| HSV(B) | 11.31º | 0.81% | 0.85% | - |
| XYZ | 31.17 | 19.66 | 4.25 | - |
| YUV | 112.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 41 | 0 | 0.66 | 0.81 | 0.15 | 11.31 | 0.69 | 0.5 |
| Hex | D8 | 4A | 29 | 0 | 42 | 51 | F | B | 45 | 32 |
| Octal | 330 | 112 | 51 | 0 | 102 | 121 | 17 | 13 | 105 | 62 |
| Binary | 11011000 | 1001010 | 101001 | 0 | 1000010 | 1010001 | 1111 | 1011 | 1000101 | 110010 |
Color Harmonies of #D84A29
Complementary color
Monochromatic Colors of #D84A29
Black with #D84A29
Text Example
Text Example
White with #D84A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A29; }
p { color: rgb(216,74,41); }
H1.HeaderClassName
{
color: #D84A29;
}
.AnyTagClassName
{
color: #D84A29;
}
</style>
background-color css
<style>
a { background-color: #D84A29; }
a { background-color: rgb(216,74,41); }
div.DivClassName
{
background-color: #D84A29;
}
.BgClassName
{
background-color: #D84A29;
}
</style>
border-color css
<style>
span { border-color: #D84A29; }
span { border-color: rgb(216,74,41); }
td.TdClassName
{
border-color: #D84A29;
}
.TagClassName
{
border-color: #D84A29;
}
</style>