Shades of Cinnabar #D34326
Tints of Cinnabar #D34326
RGB
CMYK
RGB Variations
Color information
#D34326 (or 0xD34326) is known color: Cinnabar. HEX triplet: D3, 43 and 26. RGB value is (211,67,38). Sum of RGB (Red+Green+Blue) = 211+67+38=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D34326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34326 is #2CBCD9. Grayscale: #6B6B6B. Windows color (decimal): -2931930 or 2507731. OLE color: 2507731.
HSL color Cylindrical-coordinate representation of color #D34326: hue angle of 10.06º 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 #D34326 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 38 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.17 |
| HSL | 10.06º | 0.69% | 0.49% | - |
| HSV(B) | 10.06º | 0.82% | 0.83% | - |
| XYZ | 29.22 | 18 | 3.77 | - |
| YUV | 106.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 38 | 0 | 0.68 | 0.82 | 0.17 | 10.06 | 0.69 | 0.49 |
| Hex | D3 | 43 | 26 | 0 | 44 | 52 | 11 | A | 45 | 31 |
| Octal | 323 | 103 | 46 | 0 | 104 | 122 | 21 | 12 | 105 | 61 |
| Binary | 11010011 | 1000011 | 100110 | 0 | 1000100 | 1010010 | 10001 | 1010 | 1000101 | 110001 |
Color Harmonies of #D34326
Complementary color
Monochromatic Colors of #D34326
Black with #D34326
Text Example
Text Example
White with #D34326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34326; }
p { color: rgb(211,67,38); }
H1.HeaderClassName
{
color: #D34326;
}
.AnyTagClassName
{
color: #D34326;
}
</style>
background-color css
<style>
a { background-color: #D34326; }
a { background-color: rgb(211,67,38); }
div.DivClassName
{
background-color: #D34326;
}
.BgClassName
{
background-color: #D34326;
}
</style>
border-color css
<style>
span { border-color: #D34326; }
span { border-color: rgb(211,67,38); }
td.TdClassName
{
border-color: #D34326;
}
.TagClassName
{
border-color: #D34326;
}
</style>