Shades of Cinnabar #DA4132
Tints of Cinnabar #DA4132
RGB
CMYK
RGB Variations
Color information
#DA4132 (or 0xDA4132) is known color: Cinnabar. HEX triplet: DA, 41 and 32. RGB value is (218,65,50). Sum of RGB (Red+Green+Blue) = 218+65+50=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4132 is #25BECD. Grayscale: #6D6D6D. Windows color (decimal): -2473678 or 3293658. OLE color: 3293658.
HSL color Cylindrical-coordinate representation of color #DA4132: hue angle of 5.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA4132 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.15 |
| HSL | 5.36º | 0.69% | 0.53% | - |
| HSV(B) | 5.36º | 0.77% | 0.85% | - |
| XYZ | 31.38 | 18.92 | 5.01 | - |
| YUV | 109.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 50 | 0 | 0.70 | 0.77 | 0.15 | 5.36 | 0.69 | 0.53 |
| Hex | DA | 41 | 32 | 0 | 46 | 4D | F | 5 | 45 | 35 |
| Octal | 332 | 101 | 62 | 0 | 106 | 115 | 17 | 5 | 105 | 65 |
| Binary | 11011010 | 1000001 | 110010 | 0 | 1000110 | 1001101 | 1111 | 101 | 1000101 | 110101 |
Color Harmonies of #DA4132
Complementary color
Monochromatic Colors of #DA4132
Black with #DA4132
Text Example
Text Example
White with #DA4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4132; }
p { color: rgb(218,65,50); }
H1.HeaderClassName
{
color: #DA4132;
}
.AnyTagClassName
{
color: #DA4132;
}
</style>
background-color css
<style>
a { background-color: #DA4132; }
a { background-color: rgb(218,65,50); }
div.DivClassName
{
background-color: #DA4132;
}
.BgClassName
{
background-color: #DA4132;
}
</style>
border-color css
<style>
span { border-color: #DA4132; }
span { border-color: rgb(218,65,50); }
td.TdClassName
{
border-color: #DA4132;
}
.TagClassName
{
border-color: #DA4132;
}
</style>