Shades of Cinnabar #DA4834
Tints of Cinnabar #DA4834
RGB
CMYK
RGB Variations
Color information
#DA4834 (or 0xDA4834) is known color: Cinnabar. HEX triplet: DA, 48 and 34. RGB value is (218,72,52). Sum of RGB (Red+Green+Blue) = 218+72+52=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4834 is #25B7CB. Grayscale: #717171. Windows color (decimal): -2471884 or 3426522. OLE color: 3426522.
HSL color Cylindrical-coordinate representation of color #DA4834: hue angle of 7.23º 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 #DA4834 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 52 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.15 |
| HSL | 7.23º | 0.69% | 0.53% | - |
| HSV(B) | 7.23º | 0.76% | 0.85% | - |
| XYZ | 31.85 | 19.79 | 5.39 | - |
| YUV | 113.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 52 | 0 | 0.67 | 0.76 | 0.15 | 7.23 | 0.69 | 0.53 |
| Hex | DA | 48 | 34 | 0 | 43 | 4C | F | 7 | 45 | 35 |
| Octal | 332 | 110 | 64 | 0 | 103 | 114 | 17 | 7 | 105 | 65 |
| Binary | 11011010 | 1001000 | 110100 | 0 | 1000011 | 1001100 | 1111 | 111 | 1000101 | 110101 |
Color Harmonies of #DA4834
Complementary color
Monochromatic Colors of #DA4834
Black with #DA4834
Text Example
Text Example
White with #DA4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4834; }
p { color: rgb(218,72,52); }
H1.HeaderClassName
{
color: #DA4834;
}
.AnyTagClassName
{
color: #DA4834;
}
</style>
background-color css
<style>
a { background-color: #DA4834; }
a { background-color: rgb(218,72,52); }
div.DivClassName
{
background-color: #DA4834;
}
.BgClassName
{
background-color: #DA4834;
}
</style>
border-color css
<style>
span { border-color: #DA4834; }
span { border-color: rgb(218,72,52); }
td.TdClassName
{
border-color: #DA4834;
}
.TagClassName
{
border-color: #DA4834;
}
</style>