Shades of Cinnabar #DA432A
Tints of Cinnabar #DA432A
RGB
CMYK
RGB Variations
Color information
#DA432A (or 0xDA432A) is known color: Cinnabar. HEX triplet: DA, 43 and 2A. RGB value is (218,67,42). Sum of RGB (Red+Green+Blue) = 218+67+42=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA432A is #25BCD5. Grayscale: #6D6D6D. Windows color (decimal): -2473174 or 2769882. OLE color: 2769882.
HSL color Cylindrical-coordinate representation of color #DA432A: hue angle of 8.52º 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 #DA432A is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 42 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.15 |
| HSL | 8.52º | 0.7% | 0.51% | - |
| HSV(B) | 8.52º | 0.81% | 0.85% | - |
| XYZ | 31.34 | 19.09 | 4.22 | - |
| YUV | 109.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 42 | 0 | 0.69 | 0.81 | 0.15 | 8.52 | 0.7 | 0.51 |
| Hex | DA | 43 | 2A | 0 | 45 | 51 | F | 9 | 46 | 33 |
| Octal | 332 | 103 | 52 | 0 | 105 | 121 | 17 | 11 | 106 | 63 |
| Binary | 11011010 | 1000011 | 101010 | 0 | 1000101 | 1010001 | 1111 | 1001 | 1000110 | 110011 |
Color Harmonies of #DA432A
Complementary color
Monochromatic Colors of #DA432A
Black with #DA432A
Text Example
Text Example
White with #DA432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA432A; }
p { color: rgb(218,67,42); }
H1.HeaderClassName
{
color: #DA432A;
}
.AnyTagClassName
{
color: #DA432A;
}
</style>
background-color css
<style>
a { background-color: #DA432A; }
a { background-color: rgb(218,67,42); }
div.DivClassName
{
background-color: #DA432A;
}
.BgClassName
{
background-color: #DA432A;
}
</style>
border-color css
<style>
span { border-color: #DA432A; }
span { border-color: rgb(218,67,42); }
td.TdClassName
{
border-color: #DA432A;
}
.TagClassName
{
border-color: #DA432A;
}
</style>