Shades of Cinnabar #D8433A
Tints of Cinnabar #D8433A
RGB
CMYK
RGB Variations
Color information
#D8433A (or 0xD8433A) is known color: Cinnabar. HEX triplet: D8, 43 and 3A. RGB value is (216,67,58). Sum of RGB (Red+Green+Blue) = 216+67+58=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8433A is #27BCC5. Grayscale: #6E6E6E. Windows color (decimal): -2604230 or 3818456. OLE color: 3818456.
HSL color Cylindrical-coordinate representation of color #D8433A: hue angle of 3.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8433A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 58 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.15 |
| HSL | 3.42º | 0.67% | 0.54% | - |
| HSV(B) | 3.42º | 0.73% | 0.85% | - |
| XYZ | 31.09 | 18.92 | 6.02 | - |
| YUV | 110.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 58 | 0 | 0.69 | 0.73 | 0.15 | 3.42 | 0.67 | 0.54 |
| Hex | D8 | 43 | 3A | 0 | 45 | 49 | F | 3 | 43 | 36 |
| Octal | 330 | 103 | 72 | 0 | 105 | 111 | 17 | 3 | 103 | 66 |
| Binary | 11011000 | 1000011 | 111010 | 0 | 1000101 | 1001001 | 1111 | 11 | 1000011 | 110110 |
Color Harmonies of #D8433A
Complementary color
Monochromatic Colors of #D8433A
Black with #D8433A
Text Example
Text Example
White with #D8433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8433A; }
p { color: rgb(216,67,58); }
H1.HeaderClassName
{
color: #D8433A;
}
.AnyTagClassName
{
color: #D8433A;
}
</style>
background-color css
<style>
a { background-color: #D8433A; }
a { background-color: rgb(216,67,58); }
div.DivClassName
{
background-color: #D8433A;
}
.BgClassName
{
background-color: #D8433A;
}
</style>
border-color css
<style>
span { border-color: #D8433A; }
span { border-color: rgb(216,67,58); }
td.TdClassName
{
border-color: #D8433A;
}
.TagClassName
{
border-color: #D8433A;
}
</style>