Shades of Cinnabar #D84B3C
Tints of Cinnabar #D84B3C
RGB
CMYK
RGB Variations
Color information
#D84B3C (or 0xD84B3C) is known color: Cinnabar. HEX triplet: D8, 4B and 3C. RGB value is (216,75,60). Sum of RGB (Red+Green+Blue) = 216+75+60=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B3C is #27B4C3. Grayscale: #737373. Windows color (decimal): -2602180 or 3951576. OLE color: 3951576.
HSL color Cylindrical-coordinate representation of color #D84B3C: hue angle of 5.77º 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 #D84B3C is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 60 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.15 |
| HSL | 5.77º | 0.67% | 0.54% | - |
| HSV(B) | 5.77º | 0.72% | 0.85% | - |
| XYZ | 31.65 | 19.96 | 6.46 | - |
| YUV | 115.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 60 | 0 | 0.65 | 0.72 | 0.15 | 5.77 | 0.67 | 0.54 |
| Hex | D8 | 4B | 3C | 0 | 41 | 48 | F | 6 | 43 | 36 |
| Octal | 330 | 113 | 74 | 0 | 101 | 110 | 17 | 6 | 103 | 66 |
| Binary | 11011000 | 1001011 | 111100 | 0 | 1000001 | 1001000 | 1111 | 110 | 1000011 | 110110 |
Color Harmonies of #D84B3C
Complementary color
Monochromatic Colors of #D84B3C
Black with #D84B3C
Text Example
Text Example
White with #D84B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B3C; }
p { color: rgb(216,75,60); }
H1.HeaderClassName
{
color: #D84B3C;
}
.AnyTagClassName
{
color: #D84B3C;
}
</style>
background-color css
<style>
a { background-color: #D84B3C; }
a { background-color: rgb(216,75,60); }
div.DivClassName
{
background-color: #D84B3C;
}
.BgClassName
{
background-color: #D84B3C;
}
</style>
border-color css
<style>
span { border-color: #D84B3C; }
span { border-color: rgb(216,75,60); }
td.TdClassName
{
border-color: #D84B3C;
}
.TagClassName
{
border-color: #D84B3C;
}
</style>