Shades of Cinnabar #DA4538
Tints of Cinnabar #DA4538
RGB
CMYK
RGB Variations
Color information
#DA4538 (or 0xDA4538) is known color: Cinnabar. HEX triplet: DA, 45 and 38. RGB value is (218,69,56). Sum of RGB (Red+Green+Blue) = 218+69+56=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4538 is #25BAC7. Grayscale: #707070. Windows color (decimal): -2472648 or 3687898. OLE color: 3687898.
HSL color Cylindrical-coordinate representation of color #DA4538: hue angle of 4.81º 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 #DA4538 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 56 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.15 |
| HSL | 4.81º | 0.69% | 0.54% | - |
| HSV(B) | 4.81º | 0.74% | 0.85% | - |
| XYZ | 31.76 | 19.45 | 5.82 | - |
| YUV | 112.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 56 | 0 | 0.68 | 0.74 | 0.15 | 4.81 | 0.69 | 0.54 |
| Hex | DA | 45 | 38 | 0 | 44 | 4A | F | 5 | 45 | 36 |
| Octal | 332 | 105 | 70 | 0 | 104 | 112 | 17 | 5 | 105 | 66 |
| Binary | 11011010 | 1000101 | 111000 | 0 | 1000100 | 1001010 | 1111 | 101 | 1000101 | 110110 |
Color Harmonies of #DA4538
Complementary color
Monochromatic Colors of #DA4538
Black with #DA4538
Text Example
Text Example
White with #DA4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4538; }
p { color: rgb(218,69,56); }
H1.HeaderClassName
{
color: #DA4538;
}
.AnyTagClassName
{
color: #DA4538;
}
</style>
background-color css
<style>
a { background-color: #DA4538; }
a { background-color: rgb(218,69,56); }
div.DivClassName
{
background-color: #DA4538;
}
.BgClassName
{
background-color: #DA4538;
}
</style>
border-color css
<style>
span { border-color: #DA4538; }
span { border-color: rgb(218,69,56); }
td.TdClassName
{
border-color: #DA4538;
}
.TagClassName
{
border-color: #DA4538;
}
</style>