Shades of Cinnabar #D43F2C
Tints of Cinnabar #D43F2C
RGB
CMYK
RGB Variations
Color information
#D43F2C (or 0xD43F2C) is known color: Cinnabar. HEX triplet: D4, 3F and 2C. RGB value is (212,63,44). Sum of RGB (Red+Green+Blue) = 212+63+44=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F2C is #2BC0D3. Grayscale: #696969. Windows color (decimal): -2867412 or 2899924. OLE color: 2899924.
HSL color Cylindrical-coordinate representation of color #D43F2C: hue angle of 6.79º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D43F2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.17 |
| HSL | 6.79º | 0.66% | 0.5% | - |
| HSV(B) | 6.79º | 0.79% | 0.83% | - |
| XYZ | 29.38 | 17.73 | 4.26 | - |
| YUV | 105.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 44 | 0 | 0.70 | 0.79 | 0.17 | 6.79 | 0.66 | 0.5 |
| Hex | D4 | 3F | 2C | 0 | 46 | 4F | 11 | 7 | 42 | 32 |
| Octal | 324 | 77 | 54 | 0 | 106 | 117 | 21 | 7 | 102 | 62 |
| Binary | 11010100 | 111111 | 101100 | 0 | 1000110 | 1001111 | 10001 | 111 | 1000010 | 110010 |
Color Harmonies of #D43F2C
Complementary color
Monochromatic Colors of #D43F2C
Black with #D43F2C
Text Example
Text Example
White with #D43F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F2C; }
p { color: rgb(212,63,44); }
H1.HeaderClassName
{
color: #D43F2C;
}
.AnyTagClassName
{
color: #D43F2C;
}
</style>
background-color css
<style>
a { background-color: #D43F2C; }
a { background-color: rgb(212,63,44); }
div.DivClassName
{
background-color: #D43F2C;
}
.BgClassName
{
background-color: #D43F2C;
}
</style>
border-color css
<style>
span { border-color: #D43F2C; }
span { border-color: rgb(212,63,44); }
td.TdClassName
{
border-color: #D43F2C;
}
.TagClassName
{
border-color: #D43F2C;
}
</style>