Shades of Cinnabar #D8433E
Tints of Cinnabar #D8433E
RGB
CMYK
RGB Variations
Color information
#D8433E (or 0xD8433E) is known color: Cinnabar. HEX triplet: D8, 43 and 3E. RGB value is (216,67,62). Sum of RGB (Red+Green+Blue) = 216+67+62=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8433E is #27BCC1. Grayscale: #6F6F6F. Windows color (decimal): -2604226 or 4080600. OLE color: 4080600.
HSL color Cylindrical-coordinate representation of color #D8433E: hue angle of 1.95º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8433E is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 62 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.15 |
| HSL | 1.95º | 0.66% | 0.55% | - |
| HSV(B) | 1.95º | 0.71% | 0.85% | - |
| XYZ | 31.2 | 18.96 | 6.57 | - |
| YUV | 110.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 62 | 0 | 0.69 | 0.71 | 0.15 | 1.95 | 0.66 | 0.55 |
| Hex | D8 | 43 | 3E | 0 | 45 | 47 | F | 2 | 42 | 37 |
| Octal | 330 | 103 | 76 | 0 | 105 | 107 | 17 | 2 | 102 | 67 |
| Binary | 11011000 | 1000011 | 111110 | 0 | 1000101 | 1000111 | 1111 | 10 | 1000010 | 110111 |
Color Harmonies of #D8433E
Complementary color
Monochromatic Colors of #D8433E
Black with #D8433E
Text Example
Text Example
White with #D8433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8433E; }
p { color: rgb(216,67,62); }
H1.HeaderClassName
{
color: #D8433E;
}
.AnyTagClassName
{
color: #D8433E;
}
</style>
background-color css
<style>
a { background-color: #D8433E; }
a { background-color: rgb(216,67,62); }
div.DivClassName
{
background-color: #D8433E;
}
.BgClassName
{
background-color: #D8433E;
}
</style>
border-color css
<style>
span { border-color: #D8433E; }
span { border-color: rgb(216,67,62); }
td.TdClassName
{
border-color: #D8433E;
}
.TagClassName
{
border-color: #D8433E;
}
</style>