Shades of Cinnabar #D34128
Tints of Cinnabar #D34128
RGB
CMYK
RGB Variations
Color information
#D34128 (or 0xD34128) is known color: Cinnabar. HEX triplet: D3, 41 and 28. RGB value is (211,65,40). Sum of RGB (Red+Green+Blue) = 211+65+40=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D34128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34128 is #2CBED7. Grayscale: #6A6A6A. Windows color (decimal): -2932440 or 2638291. OLE color: 2638291.
HSL color Cylindrical-coordinate representation of color #D34128: hue angle of 8.77º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D34128 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.17 |
| HSL | 8.77º | 0.68% | 0.49% | - |
| HSV(B) | 8.77º | 0.81% | 0.83% | - |
| XYZ | 29.14 | 17.78 | 3.9 | - |
| YUV | 105.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 40 | 0 | 0.69 | 0.81 | 0.17 | 8.77 | 0.68 | 0.49 |
| Hex | D3 | 41 | 28 | 0 | 45 | 51 | 11 | 9 | 44 | 31 |
| Octal | 323 | 101 | 50 | 0 | 105 | 121 | 21 | 11 | 104 | 61 |
| Binary | 11010011 | 1000001 | 101000 | 0 | 1000101 | 1010001 | 10001 | 1001 | 1000100 | 110001 |
Color Harmonies of #D34128
Complementary color
Monochromatic Colors of #D34128
Black with #D34128
Text Example
Text Example
White with #D34128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34128; }
p { color: rgb(211,65,40); }
H1.HeaderClassName
{
color: #D34128;
}
.AnyTagClassName
{
color: #D34128;
}
</style>
background-color css
<style>
a { background-color: #D34128; }
a { background-color: rgb(211,65,40); }
div.DivClassName
{
background-color: #D34128;
}
.BgClassName
{
background-color: #D34128;
}
</style>
border-color css
<style>
span { border-color: #D34128; }
span { border-color: rgb(211,65,40); }
td.TdClassName
{
border-color: #D34128;
}
.TagClassName
{
border-color: #D34128;
}
</style>