Shades of Cinnabar #DA4A38
Tints of Cinnabar #DA4A38
RGB
CMYK
RGB Variations
Color information
#DA4A38 (or 0xDA4A38) is known color: Cinnabar. HEX triplet: DA, 4A and 38. RGB value is (218,74,56). Sum of RGB (Red+Green+Blue) = 218+74+56=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4A38 is #25B5C7. Grayscale: #737373. Windows color (decimal): -2471368 or 3689178. OLE color: 3689178.
HSL color Cylindrical-coordinate representation of color #DA4A38: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA4A38 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 56 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.15 |
| HSL | 6.67º | 0.69% | 0.54% | - |
| HSV(B) | 6.67º | 0.74% | 0.85% | - |
| XYZ | 32.08 | 20.09 | 5.93 | - |
| YUV | 115 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 56 | 0 | 0.66 | 0.74 | 0.15 | 6.67 | 0.69 | 0.54 |
| Hex | DA | 4A | 38 | 0 | 42 | 4A | F | 7 | 45 | 36 |
| Octal | 332 | 112 | 70 | 0 | 102 | 112 | 17 | 7 | 105 | 66 |
| Binary | 11011010 | 1001010 | 111000 | 0 | 1000010 | 1001010 | 1111 | 111 | 1000101 | 110110 |
Color Harmonies of #DA4A38
Complementary color
Monochromatic Colors of #DA4A38
Black with #DA4A38
Text Example
Text Example
White with #DA4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A38; }
p { color: rgb(218,74,56); }
H1.HeaderClassName
{
color: #DA4A38;
}
.AnyTagClassName
{
color: #DA4A38;
}
</style>
background-color css
<style>
a { background-color: #DA4A38; }
a { background-color: rgb(218,74,56); }
div.DivClassName
{
background-color: #DA4A38;
}
.BgClassName
{
background-color: #DA4A38;
}
</style>
border-color css
<style>
span { border-color: #DA4A38; }
span { border-color: rgb(218,74,56); }
td.TdClassName
{
border-color: #DA4A38;
}
.TagClassName
{
border-color: #DA4A38;
}
</style>