Shades of Cinnabar #D84A3C
Tints of Cinnabar #D84A3C
RGB
CMYK
RGB Variations
Color information
#D84A3C (or 0xD84A3C) is known color: Cinnabar. HEX triplet: D8, 4A and 3C. RGB value is (216,74,60). Sum of RGB (Red+Green+Blue) = 216+74+60=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A3C is #27B5C3. Grayscale: #737373. Windows color (decimal): -2602436 or 3951320. OLE color: 3951320.
HSL color Cylindrical-coordinate representation of color #D84A3C: hue angle of 5.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D84A3C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 60 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.15 |
| HSL | 5.38º | 0.67% | 0.54% | - |
| HSV(B) | 5.38º | 0.72% | 0.85% | - |
| XYZ | 31.58 | 19.82 | 6.44 | - |
| YUV | 114.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 60 | 0 | 0.66 | 0.72 | 0.15 | 5.38 | 0.67 | 0.54 |
| Hex | D8 | 4A | 3C | 0 | 42 | 48 | F | 5 | 43 | 36 |
| Octal | 330 | 112 | 74 | 0 | 102 | 110 | 17 | 5 | 103 | 66 |
| Binary | 11011000 | 1001010 | 111100 | 0 | 1000010 | 1001000 | 1111 | 101 | 1000011 | 110110 |
Color Harmonies of #D84A3C
Complementary color
Monochromatic Colors of #D84A3C
Black with #D84A3C
Text Example
Text Example
White with #D84A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A3C; }
p { color: rgb(216,74,60); }
H1.HeaderClassName
{
color: #D84A3C;
}
.AnyTagClassName
{
color: #D84A3C;
}
</style>
background-color css
<style>
a { background-color: #D84A3C; }
a { background-color: rgb(216,74,60); }
div.DivClassName
{
background-color: #D84A3C;
}
.BgClassName
{
background-color: #D84A3C;
}
</style>
border-color css
<style>
span { border-color: #D84A3C; }
span { border-color: rgb(216,74,60); }
td.TdClassName
{
border-color: #D84A3C;
}
.TagClassName
{
border-color: #D84A3C;
}
</style>