Shades of Cinnabar #D34638
Tints of Cinnabar #D34638
RGB
CMYK
RGB Variations
Color information
#D34638 (or 0xD34638) is known color: Cinnabar. HEX triplet: D3, 46 and 38. RGB value is (211,70,56). Sum of RGB (Red+Green+Blue) = 211+70+56=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D34638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34638 is #2CB9C7. Grayscale: #6E6E6E. Windows color (decimal): -2931144 or 3688147. OLE color: 3688147.
HSL color Cylindrical-coordinate representation of color #D34638: hue angle of 5.42º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D34638 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 56 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.17 |
| HSL | 5.42º | 0.64% | 0.52% | - |
| HSV(B) | 5.42º | 0.73% | 0.83% | - |
| XYZ | 29.77 | 18.51 | 5.75 | - |
| YUV | 110.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 56 | 0 | 0.67 | 0.73 | 0.17 | 5.42 | 0.64 | 0.52 |
| Hex | D3 | 46 | 38 | 0 | 43 | 49 | 11 | 5 | 40 | 34 |
| Octal | 323 | 106 | 70 | 0 | 103 | 111 | 21 | 5 | 100 | 64 |
| Binary | 11010011 | 1000110 | 111000 | 0 | 1000011 | 1001001 | 10001 | 101 | 1000000 | 110100 |
Color Harmonies of #D34638
Complementary color
Monochromatic Colors of #D34638
Black with #D34638
Text Example
Text Example
White with #D34638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34638; }
p { color: rgb(211,70,56); }
H1.HeaderClassName
{
color: #D34638;
}
.AnyTagClassName
{
color: #D34638;
}
</style>
background-color css
<style>
a { background-color: #D34638; }
a { background-color: rgb(211,70,56); }
div.DivClassName
{
background-color: #D34638;
}
.BgClassName
{
background-color: #D34638;
}
</style>
border-color css
<style>
span { border-color: #D34638; }
span { border-color: rgb(211,70,56); }
td.TdClassName
{
border-color: #D34638;
}
.TagClassName
{
border-color: #D34638;
}
</style>