Shades of Cinnabar #DA442B
Tints of Cinnabar #DA442B
RGB
CMYK
RGB Variations
Color information
#DA442B (or 0xDA442B) is known color: Cinnabar. HEX triplet: DA, 44 and 2B. RGB value is (218,68,43). Sum of RGB (Red+Green+Blue) = 218+68+43=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA442B is #25BBD4. Grayscale: #6E6E6E. Windows color (decimal): -2472917 or 2835674. OLE color: 2835674.
HSL color Cylindrical-coordinate representation of color #DA442B: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA442B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 43 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.15 |
| HSL | 8.57º | 0.7% | 0.51% | - |
| HSV(B) | 8.57º | 0.8% | 0.85% | - |
| XYZ | 31.42 | 19.21 | 4.34 | - |
| YUV | 110 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 43 | 0 | 0.69 | 0.80 | 0.15 | 8.57 | 0.7 | 0.51 |
| Hex | DA | 44 | 2B | 0 | 45 | 50 | F | 9 | 46 | 33 |
| Octal | 332 | 104 | 53 | 0 | 105 | 120 | 17 | 11 | 106 | 63 |
| Binary | 11011010 | 1000100 | 101011 | 0 | 1000101 | 1010000 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #DA442B
Complementary color
Monochromatic Colors of #DA442B
Black with #DA442B
Text Example
Text Example
White with #DA442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA442B; }
p { color: rgb(218,68,43); }
H1.HeaderClassName
{
color: #DA442B;
}
.AnyTagClassName
{
color: #DA442B;
}
</style>
background-color css
<style>
a { background-color: #DA442B; }
a { background-color: rgb(218,68,43); }
div.DivClassName
{
background-color: #DA442B;
}
.BgClassName
{
background-color: #DA442B;
}
</style>
border-color css
<style>
span { border-color: #DA442B; }
span { border-color: rgb(218,68,43); }
td.TdClassName
{
border-color: #DA442B;
}
.TagClassName
{
border-color: #DA442B;
}
</style>