Shades of Cinnabar #DA462A
Tints of Cinnabar #DA462A
RGB
CMYK
RGB Variations
Color information
#DA462A (or 0xDA462A) is known color: Cinnabar. HEX triplet: DA, 46 and 2A. RGB value is (218,70,42). Sum of RGB (Red+Green+Blue) = 218+70+42=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA462A is #25B9D5. Grayscale: #6F6F6F. Windows color (decimal): -2472406 or 2770650. OLE color: 2770650.
HSL color Cylindrical-coordinate representation of color #DA462A: hue angle of 9.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA462A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.15 |
| HSL | 9.55º | 0.7% | 0.51% | - |
| HSV(B) | 9.55º | 0.81% | 0.85% | - |
| XYZ | 31.52 | 19.45 | 4.28 | - |
| YUV | 111.06 | 89.03 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 42 | 0 | 0.68 | 0.81 | 0.15 | 9.55 | 0.7 | 0.51 |
| Hex | DA | 46 | 2A | 0 | 44 | 51 | F | A | 46 | 33 |
| Octal | 332 | 106 | 52 | 0 | 104 | 121 | 17 | 12 | 106 | 63 |
| Binary | 11011010 | 1000110 | 101010 | 0 | 1000100 | 1010001 | 1111 | 1010 | 1000110 | 110011 |
Color Harmonies of #DA462A
Complementary color
Monochromatic Colors of #DA462A
Black with #DA462A
Text Example
Text Example
White with #DA462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA462A; }
p { color: rgb(218,70,42); }
H1.HeaderClassName
{
color: #DA462A;
}
.AnyTagClassName
{
color: #DA462A;
}
</style>
background-color css
<style>
a { background-color: #DA462A; }
a { background-color: rgb(218,70,42); }
div.DivClassName
{
background-color: #DA462A;
}
.BgClassName
{
background-color: #DA462A;
}
</style>
border-color css
<style>
span { border-color: #DA462A; }
span { border-color: rgb(218,70,42); }
td.TdClassName
{
border-color: #DA462A;
}
.TagClassName
{
border-color: #DA462A;
}
</style>