Shades of Cinnabar #DA4A40
Tints of Cinnabar #DA4A40
RGB
CMYK
RGB Variations
Color information
#DA4A40 (or 0xDA4A40) is known color: Cinnabar. HEX triplet: DA, 4A and 40. RGB value is (218,74,64). Sum of RGB (Red+Green+Blue) = 218+74+64=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A40 is #25B5BF. Grayscale: #747474. Windows color (decimal): -2471360 or 4213466. OLE color: 4213466.
HSL color Cylindrical-coordinate representation of color #DA4A40: hue angle of 3.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4A40 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 64 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.15 |
| HSL | 3.9º | 0.68% | 0.55% | - |
| HSV(B) | 3.9º | 0.71% | 0.85% | - |
| XYZ | 32.29 | 20.17 | 7.04 | - |
| YUV | 115.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 64 | 0 | 0.66 | 0.71 | 0.15 | 3.9 | 0.68 | 0.55 |
| Hex | DA | 4A | 40 | 0 | 42 | 47 | F | 4 | 44 | 37 |
| Octal | 332 | 112 | 100 | 0 | 102 | 107 | 17 | 4 | 104 | 67 |
| Binary | 11011010 | 1001010 | 1000000 | 0 | 1000010 | 1000111 | 1111 | 100 | 1000100 | 110111 |
Color Harmonies of #DA4A40
Complementary color
Monochromatic Colors of #DA4A40
Black with #DA4A40
Text Example
Text Example
White with #DA4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A40; }
p { color: rgb(218,74,64); }
H1.HeaderClassName
{
color: #DA4A40;
}
.AnyTagClassName
{
color: #DA4A40;
}
</style>
background-color css
<style>
a { background-color: #DA4A40; }
a { background-color: rgb(218,74,64); }
div.DivClassName
{
background-color: #DA4A40;
}
.BgClassName
{
background-color: #DA4A40;
}
</style>
border-color css
<style>
span { border-color: #DA4A40; }
span { border-color: rgb(218,74,64); }
td.TdClassName
{
border-color: #DA4A40;
}
.TagClassName
{
border-color: #DA4A40;
}
</style>