Shades of Cinnabar #D43E26
Tints of Cinnabar #D43E26
RGB
CMYK
RGB Variations
Color information
#D43E26 (or 0xD43E26) is known color: Cinnabar. HEX triplet: D4, 3E and 26. RGB value is (212,62,38). Sum of RGB (Red+Green+Blue) = 212+62+38=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E26 is #2BC1D9. Grayscale: #686868. Windows color (decimal): -2867674 or 2506452. OLE color: 2506452.
HSL color Cylindrical-coordinate representation of color #D43E26: hue angle of 8.28º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D43E26 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 38 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.17 |
| HSL | 8.28º | 0.7% | 0.49% | - |
| HSV(B) | 8.28º | 0.82% | 0.83% | - |
| XYZ | 29.22 | 17.58 | 3.69 | - |
| YUV | 104.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 38 | 0 | 0.71 | 0.82 | 0.17 | 8.28 | 0.7 | 0.49 |
| Hex | D4 | 3E | 26 | 0 | 47 | 52 | 11 | 8 | 46 | 31 |
| Octal | 324 | 76 | 46 | 0 | 107 | 122 | 21 | 10 | 106 | 61 |
| Binary | 11010100 | 111110 | 100110 | 0 | 1000111 | 1010010 | 10001 | 1000 | 1000110 | 110001 |
Color Harmonies of #D43E26
Complementary color
Monochromatic Colors of #D43E26
Black with #D43E26
Text Example
Text Example
White with #D43E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E26; }
p { color: rgb(212,62,38); }
H1.HeaderClassName
{
color: #D43E26;
}
.AnyTagClassName
{
color: #D43E26;
}
</style>
background-color css
<style>
a { background-color: #D43E26; }
a { background-color: rgb(212,62,38); }
div.DivClassName
{
background-color: #D43E26;
}
.BgClassName
{
background-color: #D43E26;
}
</style>
border-color css
<style>
span { border-color: #D43E26; }
span { border-color: rgb(212,62,38); }
td.TdClassName
{
border-color: #D43E26;
}
.TagClassName
{
border-color: #D43E26;
}
</style>