Shades of Cinnabar #D4433C
Tints of Cinnabar #D4433C
RGB
CMYK
RGB Variations
Color information
#D4433C (or 0xD4433C) is known color: Cinnabar. HEX triplet: D4, 43 and 3C. RGB value is (212,67,60). Sum of RGB (Red+Green+Blue) = 212+67+60=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4433C is #2BBCC3. Grayscale: #6D6D6D. Windows color (decimal): -2866372 or 3949524. OLE color: 3949524.
HSL color Cylindrical-coordinate representation of color #D4433C: hue angle of 2.76º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4433C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 60 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.17 |
| HSL | 2.76º | 0.64% | 0.53% | - |
| HSV(B) | 2.76º | 0.72% | 0.83% | - |
| XYZ | 29.97 | 18.34 | 6.23 | - |
| YUV | 109.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 60 | 0 | 0.68 | 0.72 | 0.17 | 2.76 | 0.64 | 0.53 |
| Hex | D4 | 43 | 3C | 0 | 44 | 48 | 11 | 3 | 40 | 35 |
| Octal | 324 | 103 | 74 | 0 | 104 | 110 | 21 | 3 | 100 | 65 |
| Binary | 11010100 | 1000011 | 111100 | 0 | 1000100 | 1001000 | 10001 | 11 | 1000000 | 110101 |
Color Harmonies of #D4433C
Complementary color
Monochromatic Colors of #D4433C
Black with #D4433C
Text Example
Text Example
White with #D4433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4433C; }
p { color: rgb(212,67,60); }
H1.HeaderClassName
{
color: #D4433C;
}
.AnyTagClassName
{
color: #D4433C;
}
</style>
background-color css
<style>
a { background-color: #D4433C; }
a { background-color: rgb(212,67,60); }
div.DivClassName
{
background-color: #D4433C;
}
.BgClassName
{
background-color: #D4433C;
}
</style>
border-color css
<style>
span { border-color: #D4433C; }
span { border-color: rgb(212,67,60); }
td.TdClassName
{
border-color: #D4433C;
}
.TagClassName
{
border-color: #D4433C;
}
</style>