Shades of Cinnabar #DA4330
Tints of Cinnabar #DA4330
RGB
CMYK
RGB Variations
Color information
#DA4330 (or 0xDA4330) is known color: Cinnabar. HEX triplet: DA, 43 and 30. RGB value is (218,67,48). Sum of RGB (Red+Green+Blue) = 218+67+48=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4330 is #25BCCF. Grayscale: #6E6E6E. Windows color (decimal): -2473168 or 3163098. OLE color: 3163098.
HSL color Cylindrical-coordinate representation of color #DA4330: hue angle of 6.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA4330 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 48 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.15 |
| HSL | 6.71º | 0.7% | 0.52% | - |
| HSV(B) | 6.71º | 0.78% | 0.85% | - |
| XYZ | 31.45 | 19.13 | 4.83 | - |
| YUV | 109.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 48 | 0 | 0.69 | 0.78 | 0.15 | 6.71 | 0.7 | 0.52 |
| Hex | DA | 43 | 30 | 0 | 45 | 4E | F | 7 | 46 | 34 |
| Octal | 332 | 103 | 60 | 0 | 105 | 116 | 17 | 7 | 106 | 64 |
| Binary | 11011010 | 1000011 | 110000 | 0 | 1000101 | 1001110 | 1111 | 111 | 1000110 | 110100 |
Color Harmonies of #DA4330
Complementary color
Monochromatic Colors of #DA4330
Black with #DA4330
Text Example
Text Example
White with #DA4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4330; }
p { color: rgb(218,67,48); }
H1.HeaderClassName
{
color: #DA4330;
}
.AnyTagClassName
{
color: #DA4330;
}
</style>
background-color css
<style>
a { background-color: #DA4330; }
a { background-color: rgb(218,67,48); }
div.DivClassName
{
background-color: #DA4330;
}
.BgClassName
{
background-color: #DA4330;
}
</style>
border-color css
<style>
span { border-color: #DA4330; }
span { border-color: rgb(218,67,48); }
td.TdClassName
{
border-color: #DA4330;
}
.TagClassName
{
border-color: #DA4330;
}
</style>