Shades of Cinnabar #DA442A
Tints of Cinnabar #DA442A
RGB
CMYK
RGB Variations
Color information
#DA442A (or 0xDA442A) is known color: Cinnabar. HEX triplet: DA, 44 and 2A. RGB value is (218,68,42). Sum of RGB (Red+Green+Blue) = 218+68+42=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA442A is #25BBD5. Grayscale: #6E6E6E. Windows color (decimal): -2472918 or 2770138. OLE color: 2770138.
HSL color Cylindrical-coordinate representation of color #DA442A: hue angle of 8.86º 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 #DA442A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.15 |
| HSL | 8.86º | 0.7% | 0.51% | - |
| HSV(B) | 8.86º | 0.81% | 0.85% | - |
| XYZ | 31.4 | 19.21 | 4.24 | - |
| YUV | 109.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 42 | 0 | 0.69 | 0.81 | 0.15 | 8.86 | 0.7 | 0.51 |
| Hex | DA | 44 | 2A | 0 | 45 | 51 | F | 9 | 46 | 33 |
| Octal | 332 | 104 | 52 | 0 | 105 | 121 | 17 | 11 | 106 | 63 |
| Binary | 11011010 | 1000100 | 101010 | 0 | 1000101 | 1010001 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #DA442A
Complementary color
Monochromatic Colors of #DA442A
Black with #DA442A
Text Example
Text Example
White with #DA442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA442A; }
p { color: rgb(218,68,42); }
H1.HeaderClassName
{
color: #DA442A;
}
.AnyTagClassName
{
color: #DA442A;
}
</style>
background-color css
<style>
a { background-color: #DA442A; }
a { background-color: rgb(218,68,42); }
div.DivClassName
{
background-color: #DA442A;
}
.BgClassName
{
background-color: #DA442A;
}
</style>
border-color css
<style>
span { border-color: #DA442A; }
span { border-color: rgb(218,68,42); }
td.TdClassName
{
border-color: #DA442A;
}
.TagClassName
{
border-color: #DA442A;
}
</style>