Shades of Cinnabar #D34025
Tints of Cinnabar #D34025
RGB
CMYK
RGB Variations
Color information
#D34025 (or 0xD34025) is known color: Cinnabar. HEX triplet: D3, 40 and 25. RGB value is (211,64,37). Sum of RGB (Red+Green+Blue) = 211+64+37=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D34025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34025 is #2CBFDA. Grayscale: #696969. Windows color (decimal): -2932699 or 2441427. OLE color: 2441427.
HSL color Cylindrical-coordinate representation of color #D34025: hue angle of 9.31º 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 #D34025 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 37 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.17 |
| HSL | 9.31º | 0.7% | 0.49% | - |
| HSV(B) | 9.31º | 0.82% | 0.83% | - |
| XYZ | 29.03 | 17.65 | 3.63 | - |
| YUV | 104.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 37 | 0 | 0.70 | 0.82 | 0.17 | 9.31 | 0.7 | 0.49 |
| Hex | D3 | 40 | 25 | 0 | 46 | 52 | 11 | 9 | 46 | 31 |
| Octal | 323 | 100 | 45 | 0 | 106 | 122 | 21 | 11 | 106 | 61 |
| Binary | 11010011 | 1000000 | 100101 | 0 | 1000110 | 1010010 | 10001 | 1001 | 1000110 | 110001 |
Color Harmonies of #D34025
Complementary color
Monochromatic Colors of #D34025
Black with #D34025
Text Example
Text Example
White with #D34025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34025; }
p { color: rgb(211,64,37); }
H1.HeaderClassName
{
color: #D34025;
}
.AnyTagClassName
{
color: #D34025;
}
</style>
background-color css
<style>
a { background-color: #D34025; }
a { background-color: rgb(211,64,37); }
div.DivClassName
{
background-color: #D34025;
}
.BgClassName
{
background-color: #D34025;
}
</style>
border-color css
<style>
span { border-color: #D34025; }
span { border-color: rgb(211,64,37); }
td.TdClassName
{
border-color: #D34025;
}
.TagClassName
{
border-color: #D34025;
}
</style>