Shades of Cinnabar #D4483F
Tints of Cinnabar #D4483F
RGB
CMYK
RGB Variations
Color information
#D4483F (or 0xD4483F) is known color: Cinnabar. HEX triplet: D4, 48 and 3F. RGB value is (212,72,63). Sum of RGB (Red+Green+Blue) = 212+72+63=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D4483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4483F is #2BB7C0. Grayscale: #717171. Windows color (decimal): -2865089 or 4147412. OLE color: 4147412.
HSL color Cylindrical-coordinate representation of color #D4483F: hue angle of 3.62º 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 #D4483F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 63 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.17 |
| HSL | 3.62º | 0.63% | 0.54% | - |
| HSV(B) | 3.62º | 0.7% | 0.83% | - |
| XYZ | 30.37 | 18.99 | 6.77 | - |
| YUV | 112.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 63 | 0 | 0.66 | 0.70 | 0.17 | 3.62 | 0.63 | 0.54 |
| Hex | D4 | 48 | 3F | 0 | 42 | 46 | 11 | 4 | 3F | 36 |
| Octal | 324 | 110 | 77 | 0 | 102 | 106 | 21 | 4 | 77 | 66 |
| Binary | 11010100 | 1001000 | 111111 | 0 | 1000010 | 1000110 | 10001 | 100 | 111111 | 110110 |
Color Harmonies of #D4483F
Complementary color
Monochromatic Colors of #D4483F
Black with #D4483F
Text Example
Text Example
White with #D4483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4483F; }
p { color: rgb(212,72,63); }
H1.HeaderClassName
{
color: #D4483F;
}
.AnyTagClassName
{
color: #D4483F;
}
</style>
background-color css
<style>
a { background-color: #D4483F; }
a { background-color: rgb(212,72,63); }
div.DivClassName
{
background-color: #D4483F;
}
.BgClassName
{
background-color: #D4483F;
}
</style>
border-color css
<style>
span { border-color: #D4483F; }
span { border-color: rgb(212,72,63); }
td.TdClassName
{
border-color: #D4483F;
}
.TagClassName
{
border-color: #D4483F;
}
</style>