Shades of Cinnabar #DA4D2B
Tints of Cinnabar #DA4D2B
RGB
CMYK
RGB Variations
Color information
#DA4D2B (or 0xDA4D2B) is known color: Cinnabar. HEX triplet: DA, 4D and 2B. RGB value is (218,77,43). Sum of RGB (Red+Green+Blue) = 218+77+43=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D2B is #25B2D4. Grayscale: #737373. Windows color (decimal): -2470613 or 2837978. OLE color: 2837978.
HSL color Cylindrical-coordinate representation of color #DA4D2B: hue angle of 11.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA4D2B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 77 | 43 | - |
CMYK | 0 | 0.65 | 0.80 | 0.15 |
HSL | 11.66º | 0.7% | 0.51% | - |
HSV(B) | 11.66º | 0.8% | 0.85% | - |
XYZ | 32 | 20.39 | 4.53 | - |
YUV | 115.28 | 87.21 | 201.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 77 | 43 | 0 | 0.65 | 0.80 | 0.15 | 11.66 | 0.7 | 0.51 |
Hex | DA | 4D | 2B | 0 | 41 | 50 | F | C | 46 | 33 |
Octal | 332 | 115 | 53 | 0 | 101 | 120 | 17 | 14 | 106 | 63 |
Binary | 11011010 | 1001101 | 101011 | 0 | 1000001 | 1010000 | 1111 | 1100 | 1000110 | 110011 |
Color Harmonies of #DA4D2B
Complementary color
Monochromatic Colors of #DA4D2B
Black with #DA4D2B
Text Example
Text Example
White with #DA4D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D2B; }
p { color: rgb(218,77,43); }
H1.HeaderClassName
{
color: #DA4D2B;
}
.AnyTagClassName
{
color: #DA4D2B;
}
</style>
background-color css
<style>
a { background-color: #DA4D2B; }
a { background-color: rgb(218,77,43); }
div.DivClassName
{
background-color: #DA4D2B;
}
.BgClassName
{
background-color: #DA4D2B;
}
</style>
border-color css
<style>
span { border-color: #DA4D2B; }
span { border-color: rgb(218,77,43); }
td.TdClassName
{
border-color: #DA4D2B;
}
.TagClassName
{
border-color: #DA4D2B;
}
</style>