Shades of Cinnabar #DA4321
Tints of Cinnabar #DA4321
RGB
CMYK
RGB Variations
Color information
#DA4321 (or 0xDA4321) is known color: Cinnabar. HEX triplet: DA, 43 and 21. RGB value is (218,67,33). Sum of RGB (Red+Green+Blue) = 218+67+33=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4321 is #25BCDE. Grayscale: #6C6C6C. Windows color (decimal): -2473183 or 2180058. OLE color: 2180058.
HSL color Cylindrical-coordinate representation of color #DA4321: hue angle of 11.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA4321 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.15 |
| HSL | 11.03º | 0.74% | 0.49% | - |
| HSV(B) | 11.03º | 0.85% | 0.85% | - |
| XYZ | 31.2 | 19.03 | 3.47 | - |
| YUV | 108.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 33 | 0 | 0.69 | 0.85 | 0.15 | 11.03 | 0.74 | 0.49 |
| Hex | DA | 43 | 21 | 0 | 45 | 55 | F | B | 4A | 31 |
| Octal | 332 | 103 | 41 | 0 | 105 | 125 | 17 | 13 | 112 | 61 |
| Binary | 11011010 | 1000011 | 100001 | 0 | 1000101 | 1010101 | 1111 | 1011 | 1001010 | 110001 |
Color Harmonies of #DA4321
Complementary color
Monochromatic Colors of #DA4321
Black with #DA4321
Text Example
Text Example
White with #DA4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4321; }
p { color: rgb(218,67,33); }
H1.HeaderClassName
{
color: #DA4321;
}
.AnyTagClassName
{
color: #DA4321;
}
</style>
background-color css
<style>
a { background-color: #DA4321; }
a { background-color: rgb(218,67,33); }
div.DivClassName
{
background-color: #DA4321;
}
.BgClassName
{
background-color: #DA4321;
}
</style>
border-color css
<style>
span { border-color: #DA4321; }
span { border-color: rgb(218,67,33); }
td.TdClassName
{
border-color: #DA4321;
}
.TagClassName
{
border-color: #DA4321;
}
</style>