Shades of Cinnabar #D3402F
Tints of Cinnabar #D3402F
RGB
CMYK
RGB Variations
Color information
#D3402F (or 0xD3402F) is known color: Cinnabar. HEX triplet: D3, 40 and 2F. RGB value is (211,64,47). Sum of RGB (Red+Green+Blue) = 211+64+47=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3402F is #2CBFD0. Grayscale: #6A6A6A. Windows color (decimal): -2932689 or 3096787. OLE color: 3096787.
HSL color Cylindrical-coordinate representation of color #D3402F: hue angle of 6.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3402F is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 47 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.17 |
| HSL | 6.22º | 0.65% | 0.51% | - |
| HSV(B) | 6.22º | 0.78% | 0.83% | - |
| XYZ | 29.21 | 17.72 | 4.57 | - |
| YUV | 106.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 47 | 0 | 0.70 | 0.78 | 0.17 | 6.22 | 0.65 | 0.51 |
| Hex | D3 | 40 | 2F | 0 | 46 | 4E | 11 | 6 | 41 | 33 |
| Octal | 323 | 100 | 57 | 0 | 106 | 116 | 21 | 6 | 101 | 63 |
| Binary | 11010011 | 1000000 | 101111 | 0 | 1000110 | 1001110 | 10001 | 110 | 1000001 | 110011 |
Color Harmonies of #D3402F
Complementary color
Monochromatic Colors of #D3402F
Black with #D3402F
Text Example
Text Example
White with #D3402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3402F; }
p { color: rgb(211,64,47); }
H1.HeaderClassName
{
color: #D3402F;
}
.AnyTagClassName
{
color: #D3402F;
}
</style>
background-color css
<style>
a { background-color: #D3402F; }
a { background-color: rgb(211,64,47); }
div.DivClassName
{
background-color: #D3402F;
}
.BgClassName
{
background-color: #D3402F;
}
</style>
border-color css
<style>
span { border-color: #D3402F; }
span { border-color: rgb(211,64,47); }
td.TdClassName
{
border-color: #D3402F;
}
.TagClassName
{
border-color: #D3402F;
}
</style>