Shades of Cinnabar #D3402A
Tints of Cinnabar #D3402A
RGB
CMYK
RGB Variations
Color information
#D3402A (or 0xD3402A) is known color: Cinnabar. HEX triplet: D3, 40 and 2A. RGB value is (211,64,42). Sum of RGB (Red+Green+Blue) = 211+64+42=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D3402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3402A is #2CBFD5. Grayscale: #696969. Windows color (decimal): -2932694 or 2769107. OLE color: 2769107.
HSL color Cylindrical-coordinate representation of color #D3402A: hue angle of 7.81º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3402A is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 42 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.17 |
| HSL | 7.81º | 0.67% | 0.5% | - |
| HSV(B) | 7.81º | 0.8% | 0.83% | - |
| XYZ | 29.12 | 17.68 | 4.07 | - |
| YUV | 105.45 | 92.2 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 42 | 0 | 0.70 | 0.80 | 0.17 | 7.81 | 0.67 | 0.5 |
| Hex | D3 | 40 | 2A | 0 | 46 | 50 | 11 | 8 | 43 | 32 |
| Octal | 323 | 100 | 52 | 0 | 106 | 120 | 21 | 10 | 103 | 62 |
| Binary | 11010011 | 1000000 | 101010 | 0 | 1000110 | 1010000 | 10001 | 1000 | 1000011 | 110010 |
Color Harmonies of #D3402A
Complementary color
Monochromatic Colors of #D3402A
Black with #D3402A
Text Example
Text Example
White with #D3402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3402A; }
p { color: rgb(211,64,42); }
H1.HeaderClassName
{
color: #D3402A;
}
.AnyTagClassName
{
color: #D3402A;
}
</style>
background-color css
<style>
a { background-color: #D3402A; }
a { background-color: rgb(211,64,42); }
div.DivClassName
{
background-color: #D3402A;
}
.BgClassName
{
background-color: #D3402A;
}
</style>
border-color css
<style>
span { border-color: #D3402A; }
span { border-color: rgb(211,64,42); }
td.TdClassName
{
border-color: #D3402A;
}
.TagClassName
{
border-color: #D3402A;
}
</style>