Shades of Cinnabar #D43E2A
Tints of Cinnabar #D43E2A
RGB
CMYK
RGB Variations
Color information
#D43E2A (or 0xD43E2A) is known color: Cinnabar. HEX triplet: D4, 3E and 2A. RGB value is (212,62,42). Sum of RGB (Red+Green+Blue) = 212+62+42=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E2A is #2BC1D5. Grayscale: #686868. Windows color (decimal): -2867670 or 2768596. OLE color: 2768596.
HSL color Cylindrical-coordinate representation of color #D43E2A: hue angle of 7.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D43E2A is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 42 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.17 |
| HSL | 7.06º | 0.67% | 0.5% | - |
| HSV(B) | 7.06º | 0.8% | 0.83% | - |
| XYZ | 29.29 | 17.61 | 4.05 | - |
| YUV | 104.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 42 | 0 | 0.71 | 0.80 | 0.17 | 7.06 | 0.67 | 0.5 |
| Hex | D4 | 3E | 2A | 0 | 47 | 50 | 11 | 7 | 43 | 32 |
| Octal | 324 | 76 | 52 | 0 | 107 | 120 | 21 | 7 | 103 | 62 |
| Binary | 11010100 | 111110 | 101010 | 0 | 1000111 | 1010000 | 10001 | 111 | 1000011 | 110010 |
Color Harmonies of #D43E2A
Complementary color
Monochromatic Colors of #D43E2A
Black with #D43E2A
Text Example
Text Example
White with #D43E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E2A; }
p { color: rgb(212,62,42); }
H1.HeaderClassName
{
color: #D43E2A;
}
.AnyTagClassName
{
color: #D43E2A;
}
</style>
background-color css
<style>
a { background-color: #D43E2A; }
a { background-color: rgb(212,62,42); }
div.DivClassName
{
background-color: #D43E2A;
}
.BgClassName
{
background-color: #D43E2A;
}
</style>
border-color css
<style>
span { border-color: #D43E2A; }
span { border-color: rgb(212,62,42); }
td.TdClassName
{
border-color: #D43E2A;
}
.TagClassName
{
border-color: #D43E2A;
}
</style>