Shades of Cinnabar #D34027
Tints of Cinnabar #D34027
RGB
CMYK
RGB Variations
Color information
#D34027 (or 0xD34027) is known color: Cinnabar. HEX triplet: D3, 40 and 27. RGB value is (211,64,39). Sum of RGB (Red+Green+Blue) = 211+64+39=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D34027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34027 is #2CBFD8. Grayscale: #696969. Windows color (decimal): -2932697 or 2572499. OLE color: 2572499.
HSL color Cylindrical-coordinate representation of color #D34027: hue angle of 8.72º degrees, saturation: 0.69, 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 #D34027 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 39 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.17 |
| HSL | 8.72º | 0.69% | 0.49% | - |
| HSV(B) | 8.72º | 0.82% | 0.83% | - |
| XYZ | 29.06 | 17.66 | 3.8 | - |
| YUV | 105.1 | 90.7 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 39 | 0 | 0.70 | 0.82 | 0.17 | 8.72 | 0.69 | 0.49 |
| Hex | D3 | 40 | 27 | 0 | 46 | 52 | 11 | 9 | 45 | 31 |
| Octal | 323 | 100 | 47 | 0 | 106 | 122 | 21 | 11 | 105 | 61 |
| Binary | 11010011 | 1000000 | 100111 | 0 | 1000110 | 1010010 | 10001 | 1001 | 1000101 | 110001 |
Color Harmonies of #D34027
Complementary color
Monochromatic Colors of #D34027
Black with #D34027
Text Example
Text Example
White with #D34027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34027; }
p { color: rgb(211,64,39); }
H1.HeaderClassName
{
color: #D34027;
}
.AnyTagClassName
{
color: #D34027;
}
</style>
background-color css
<style>
a { background-color: #D34027; }
a { background-color: rgb(211,64,39); }
div.DivClassName
{
background-color: #D34027;
}
.BgClassName
{
background-color: #D34027;
}
</style>
border-color css
<style>
span { border-color: #D34027; }
span { border-color: rgb(211,64,39); }
td.TdClassName
{
border-color: #D34027;
}
.TagClassName
{
border-color: #D34027;
}
</style>