Shades of Cinnabar #D34738
Tints of Cinnabar #D34738
RGB
CMYK
RGB Variations
Color information
#D34738 (or 0xD34738) is known color: Cinnabar. HEX triplet: D3, 47 and 38. RGB value is (211,71,56). Sum of RGB (Red+Green+Blue) = 211+71+56=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D34738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34738 is #2CB8C7. Grayscale: #6F6F6F. Windows color (decimal): -2930888 or 3688403. OLE color: 3688403.
HSL color Cylindrical-coordinate representation of color #D34738: hue angle of 5.81º 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 #D34738 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 56 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.17 |
| HSL | 5.81º | 0.64% | 0.52% | - |
| HSV(B) | 5.81º | 0.73% | 0.83% | - |
| XYZ | 29.83 | 18.64 | 5.77 | - |
| YUV | 111.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 56 | 0 | 0.66 | 0.73 | 0.17 | 5.81 | 0.64 | 0.52 |
| Hex | D3 | 47 | 38 | 0 | 42 | 49 | 11 | 6 | 40 | 34 |
| Octal | 323 | 107 | 70 | 0 | 102 | 111 | 21 | 6 | 100 | 64 |
| Binary | 11010011 | 1000111 | 111000 | 0 | 1000010 | 1001001 | 10001 | 110 | 1000000 | 110100 |
Color Harmonies of #D34738
Complementary color
Monochromatic Colors of #D34738
Black with #D34738
Text Example
Text Example
White with #D34738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34738; }
p { color: rgb(211,71,56); }
H1.HeaderClassName
{
color: #D34738;
}
.AnyTagClassName
{
color: #D34738;
}
</style>
background-color css
<style>
a { background-color: #D34738; }
a { background-color: rgb(211,71,56); }
div.DivClassName
{
background-color: #D34738;
}
.BgClassName
{
background-color: #D34738;
}
</style>
border-color css
<style>
span { border-color: #D34738; }
span { border-color: rgb(211,71,56); }
td.TdClassName
{
border-color: #D34738;
}
.TagClassName
{
border-color: #D34738;
}
</style>