Shades of Cinnabar #D24026
Tints of Cinnabar #D24026
RGB
CMYK
RGB Variations
Color information
#D24026 (or 0xD24026) is known color: Cinnabar. HEX triplet: D2, 40 and 26. RGB value is (210,64,38). Sum of RGB (Red+Green+Blue) = 210+64+38=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D24026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24026 is #2DBFD9. Grayscale: #686868. Windows color (decimal): -2998234 or 2506962. OLE color: 2506962.
HSL color Cylindrical-coordinate representation of color #D24026: hue angle of 9.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D24026 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 38 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.18 |
| HSL | 9.07º | 0.69% | 0.49% | - |
| HSV(B) | 9.07º | 0.82% | 0.82% | - |
| XYZ | 28.76 | 17.51 | 3.7 | - |
| YUV | 104.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 38 | 0 | 0.70 | 0.82 | 0.18 | 9.07 | 0.69 | 0.49 |
| Hex | D2 | 40 | 26 | 0 | 46 | 52 | 12 | 9 | 45 | 31 |
| Octal | 322 | 100 | 46 | 0 | 106 | 122 | 22 | 11 | 105 | 61 |
| Binary | 11010010 | 1000000 | 100110 | 0 | 1000110 | 1010010 | 10010 | 1001 | 1000101 | 110001 |
Color Harmonies of #D24026
Complementary color
Monochromatic Colors of #D24026
Black with #D24026
Text Example
Text Example
White with #D24026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24026; }
p { color: rgb(210,64,38); }
H1.HeaderClassName
{
color: #D24026;
}
.AnyTagClassName
{
color: #D24026;
}
</style>
background-color css
<style>
a { background-color: #D24026; }
a { background-color: rgb(210,64,38); }
div.DivClassName
{
background-color: #D24026;
}
.BgClassName
{
background-color: #D24026;
}
</style>
border-color css
<style>
span { border-color: #D24026; }
span { border-color: rgb(210,64,38); }
td.TdClassName
{
border-color: #D24026;
}
.TagClassName
{
border-color: #D24026;
}
</style>