Shades of Cinnabar #D3402E
Tints of Cinnabar #D3402E
RGB
CMYK
RGB Variations
Color information
#D3402E (or 0xD3402E) is known color: Cinnabar. HEX triplet: D3, 40 and 2E. RGB value is (211,64,46). Sum of RGB (Red+Green+Blue) = 211+64+46=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3402E is #2CBFD1. Grayscale: #6A6A6A. Windows color (decimal): -2932690 or 3031251. OLE color: 3031251.
HSL color Cylindrical-coordinate representation of color #D3402E: hue angle of 6.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3402E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 46 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.17 |
| HSL | 6.55º | 0.65% | 0.5% | - |
| HSV(B) | 6.55º | 0.78% | 0.83% | - |
| XYZ | 29.19 | 17.71 | 4.47 | - |
| YUV | 105.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 46 | 0 | 0.70 | 0.78 | 0.17 | 6.55 | 0.65 | 0.5 |
| Hex | D3 | 40 | 2E | 0 | 46 | 4E | 11 | 7 | 41 | 32 |
| Octal | 323 | 100 | 56 | 0 | 106 | 116 | 21 | 7 | 101 | 62 |
| Binary | 11010011 | 1000000 | 101110 | 0 | 1000110 | 1001110 | 10001 | 111 | 1000001 | 110010 |
Color Harmonies of #D3402E
Complementary color
Monochromatic Colors of #D3402E
Black with #D3402E
Text Example
Text Example
White with #D3402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3402E; }
p { color: rgb(211,64,46); }
H1.HeaderClassName
{
color: #D3402E;
}
.AnyTagClassName
{
color: #D3402E;
}
</style>
background-color css
<style>
a { background-color: #D3402E; }
a { background-color: rgb(211,64,46); }
div.DivClassName
{
background-color: #D3402E;
}
.BgClassName
{
background-color: #D3402E;
}
</style>
border-color css
<style>
span { border-color: #D3402E; }
span { border-color: rgb(211,64,46); }
td.TdClassName
{
border-color: #D3402E;
}
.TagClassName
{
border-color: #D3402E;
}
</style>