Shades of Cinnabar #D8433B
Tints of Cinnabar #D8433B
RGB
CMYK
RGB Variations
Color information
#D8433B (or 0xD8433B) is known color: Cinnabar. HEX triplet: D8, 43 and 3B. RGB value is (216,67,59). Sum of RGB (Red+Green+Blue) = 216+67+59=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8433B is #27BCC4. Grayscale: #6E6E6E. Windows color (decimal): -2604229 or 3883992. OLE color: 3883992.
HSL color Cylindrical-coordinate representation of color #D8433B: hue angle of 3.06º 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 #D8433B is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 59 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.15 |
| HSL | 3.06º | 0.67% | 0.54% | - |
| HSV(B) | 3.06º | 0.73% | 0.85% | - |
| XYZ | 31.12 | 18.93 | 6.15 | - |
| YUV | 110.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 59 | 0 | 0.69 | 0.73 | 0.15 | 3.06 | 0.67 | 0.54 |
| Hex | D8 | 43 | 3B | 0 | 45 | 49 | F | 3 | 43 | 36 |
| Octal | 330 | 103 | 73 | 0 | 105 | 111 | 17 | 3 | 103 | 66 |
| Binary | 11011000 | 1000011 | 111011 | 0 | 1000101 | 1001001 | 1111 | 11 | 1000011 | 110110 |
Color Harmonies of #D8433B
Complementary color
Monochromatic Colors of #D8433B
Black with #D8433B
Text Example
Text Example
White with #D8433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8433B; }
p { color: rgb(216,67,59); }
H1.HeaderClassName
{
color: #D8433B;
}
.AnyTagClassName
{
color: #D8433B;
}
</style>
background-color css
<style>
a { background-color: #D8433B; }
a { background-color: rgb(216,67,59); }
div.DivClassName
{
background-color: #D8433B;
}
.BgClassName
{
background-color: #D8433B;
}
</style>
border-color css
<style>
span { border-color: #D8433B; }
span { border-color: rgb(216,67,59); }
td.TdClassName
{
border-color: #D8433B;
}
.TagClassName
{
border-color: #D8433B;
}
</style>