Shades of Cinnabar #D3463F
Tints of Cinnabar #D3463F
RGB
CMYK
RGB Variations
Color information
#D3463F (or 0xD3463F) is known color: Cinnabar. HEX triplet: D3, 46 and 3F. RGB value is (211,70,63). Sum of RGB (Red+Green+Blue) = 211+70+63=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3463F is #2CB9C0. Grayscale: #6F6F6F. Windows color (decimal): -2931137 or 4146899. OLE color: 4146899.
HSL color Cylindrical-coordinate representation of color #D3463F: hue angle of 2.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3463F is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 70 | 63 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.17 |
| HSL | 2.84º | 0.63% | 0.54% | - |
| HSV(B) | 2.84º | 0.7% | 0.83% | - |
| XYZ | 29.95 | 18.59 | 6.71 | - |
| YUV | 111.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 63 | 0 | 0.67 | 0.70 | 0.17 | 2.84 | 0.63 | 0.54 |
| Hex | D3 | 46 | 3F | 0 | 43 | 46 | 11 | 3 | 3F | 36 |
| Octal | 323 | 106 | 77 | 0 | 103 | 106 | 21 | 3 | 77 | 66 |
| Binary | 11010011 | 1000110 | 111111 | 0 | 1000011 | 1000110 | 10001 | 11 | 111111 | 110110 |
Color Harmonies of #D3463F
Complementary color
Monochromatic Colors of #D3463F
Black with #D3463F
Text Example
Text Example
White with #D3463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3463F; }
p { color: rgb(211,70,63); }
H1.HeaderClassName
{
color: #D3463F;
}
.AnyTagClassName
{
color: #D3463F;
}
</style>
background-color css
<style>
a { background-color: #D3463F; }
a { background-color: rgb(211,70,63); }
div.DivClassName
{
background-color: #D3463F;
}
.BgClassName
{
background-color: #D3463F;
}
</style>
border-color css
<style>
span { border-color: #D3463F; }
span { border-color: rgb(211,70,63); }
td.TdClassName
{
border-color: #D3463F;
}
.TagClassName
{
border-color: #D3463F;
}
</style>