Shades of Cinnabar #DA4A41
Tints of Cinnabar #DA4A41
RGB
CMYK
RGB Variations
Color information
#DA4A41 (or 0xDA4A41) is known color: Cinnabar. HEX triplet: DA, 4A and 41. RGB value is (218,74,65). Sum of RGB (Red+Green+Blue) = 218+74+65=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A41 is #25B5BE. Grayscale: #747474. Windows color (decimal): -2471359 or 4279002. OLE color: 4279002.
HSL color Cylindrical-coordinate representation of color #DA4A41: hue angle of 3.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4A41 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 65 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.15 |
| HSL | 3.53º | 0.67% | 0.55% | - |
| HSV(B) | 3.53º | 0.7% | 0.85% | - |
| XYZ | 32.32 | 20.18 | 7.19 | - |
| YUV | 116.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 65 | 0 | 0.66 | 0.70 | 0.15 | 3.53 | 0.67 | 0.55 |
| Hex | DA | 4A | 41 | 0 | 42 | 46 | F | 4 | 43 | 37 |
| Octal | 332 | 112 | 101 | 0 | 102 | 106 | 17 | 4 | 103 | 67 |
| Binary | 11011010 | 1001010 | 1000001 | 0 | 1000010 | 1000110 | 1111 | 100 | 1000011 | 110111 |
Color Harmonies of #DA4A41
Complementary color
Monochromatic Colors of #DA4A41
Black with #DA4A41
Text Example
Text Example
White with #DA4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A41; }
p { color: rgb(218,74,65); }
H1.HeaderClassName
{
color: #DA4A41;
}
.AnyTagClassName
{
color: #DA4A41;
}
</style>
background-color css
<style>
a { background-color: #DA4A41; }
a { background-color: rgb(218,74,65); }
div.DivClassName
{
background-color: #DA4A41;
}
.BgClassName
{
background-color: #DA4A41;
}
</style>
border-color css
<style>
span { border-color: #DA4A41; }
span { border-color: rgb(218,74,65); }
td.TdClassName
{
border-color: #DA4A41;
}
.TagClassName
{
border-color: #DA4A41;
}
</style>