Shades of Cinnabar #D43E2D
Tints of Cinnabar #D43E2D
RGB
CMYK
RGB Variations
Color information
#D43E2D (or 0xD43E2D) is known color: Cinnabar. HEX triplet: D4, 3E and 2D. RGB value is (212,62,45). Sum of RGB (Red+Green+Blue) = 212+62+45=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E2D is #2BC1D2. Grayscale: #696969. Windows color (decimal): -2867667 or 2965204. OLE color: 2965204.
HSL color Cylindrical-coordinate representation of color #D43E2D: hue angle of 6.11º 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 #D43E2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 45 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.17 |
| HSL | 6.11º | 0.66% | 0.5% | - |
| HSV(B) | 6.11º | 0.79% | 0.83% | - |
| XYZ | 29.35 | 17.63 | 4.34 | - |
| YUV | 104.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 45 | 0 | 0.71 | 0.79 | 0.17 | 6.11 | 0.66 | 0.5 |
| Hex | D4 | 3E | 2D | 0 | 47 | 4F | 11 | 6 | 42 | 32 |
| Octal | 324 | 76 | 55 | 0 | 107 | 117 | 21 | 6 | 102 | 62 |
| Binary | 11010100 | 111110 | 101101 | 0 | 1000111 | 1001111 | 10001 | 110 | 1000010 | 110010 |
Color Harmonies of #D43E2D
Complementary color
Monochromatic Colors of #D43E2D
Black with #D43E2D
Text Example
Text Example
White with #D43E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E2D; }
p { color: rgb(212,62,45); }
H1.HeaderClassName
{
color: #D43E2D;
}
.AnyTagClassName
{
color: #D43E2D;
}
</style>
background-color css
<style>
a { background-color: #D43E2D; }
a { background-color: rgb(212,62,45); }
div.DivClassName
{
background-color: #D43E2D;
}
.BgClassName
{
background-color: #D43E2D;
}
</style>
border-color css
<style>
span { border-color: #D43E2D; }
span { border-color: rgb(212,62,45); }
td.TdClassName
{
border-color: #D43E2D;
}
.TagClassName
{
border-color: #D43E2D;
}
</style>