Shades of Cinnabar #DA4334
Tints of Cinnabar #DA4334
RGB
CMYK
RGB Variations
Color information
#DA4334 (or 0xDA4334) is known color: Cinnabar. HEX triplet: DA, 43 and 34. RGB value is (218,67,52). Sum of RGB (Red+Green+Blue) = 218+67+52=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4334 is #25BCCB. Grayscale: #6E6E6E. Windows color (decimal): -2473164 or 3425242. OLE color: 3425242.
HSL color Cylindrical-coordinate representation of color #DA4334: hue angle of 5.42º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA4334 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.15 |
| HSL | 5.42º | 0.69% | 0.53% | - |
| HSV(B) | 5.42º | 0.76% | 0.85% | - |
| XYZ | 31.54 | 19.17 | 5.29 | - |
| YUV | 110.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 52 | 0 | 0.69 | 0.76 | 0.15 | 5.42 | 0.69 | 0.53 |
| Hex | DA | 43 | 34 | 0 | 45 | 4C | F | 5 | 45 | 35 |
| Octal | 332 | 103 | 64 | 0 | 105 | 114 | 17 | 5 | 105 | 65 |
| Binary | 11011010 | 1000011 | 110100 | 0 | 1000101 | 1001100 | 1111 | 101 | 1000101 | 110101 |
Color Harmonies of #DA4334
Complementary color
Monochromatic Colors of #DA4334
Black with #DA4334
Text Example
Text Example
White with #DA4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4334; }
p { color: rgb(218,67,52); }
H1.HeaderClassName
{
color: #DA4334;
}
.AnyTagClassName
{
color: #DA4334;
}
</style>
background-color css
<style>
a { background-color: #DA4334; }
a { background-color: rgb(218,67,52); }
div.DivClassName
{
background-color: #DA4334;
}
.BgClassName
{
background-color: #DA4334;
}
</style>
border-color css
<style>
span { border-color: #DA4334; }
span { border-color: rgb(218,67,52); }
td.TdClassName
{
border-color: #DA4334;
}
.TagClassName
{
border-color: #DA4334;
}
</style>