Shades of Cinnabar #DA4443
Tints of Cinnabar #DA4443
RGB
CMYK
RGB Variations
Color information
#DA4443 (or 0xDA4443) is known color: Cinnabar. HEX triplet: DA, 44 and 43. RGB value is (218,68,67). Sum of RGB (Red+Green+Blue) = 218+68+67=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4443 is #25BBBC. Grayscale: #707070. Windows color (decimal): -2472893 or 4408538. OLE color: 4408538.
HSL color Cylindrical-coordinate representation of color #DA4443: hue angle of 0.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4443 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 67 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.15 |
| HSL | 0.4º | 0.67% | 0.56% | - |
| HSV(B) | 0.4º | 0.69% | 0.85% | - |
| XYZ | 31.99 | 19.44 | 7.38 | - |
| YUV | 112.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 67 | 0 | 0.69 | 0.69 | 0.15 | 0.4 | 0.67 | 0.56 |
| Hex | DA | 44 | 43 | 0 | 45 | 45 | F | 0 | 43 | 38 |
| Octal | 332 | 104 | 103 | 0 | 105 | 105 | 17 | 0 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1000011 | 0 | 1000101 | 1000101 | 1111 | 0 | 1000011 | 111000 |
Color Harmonies of #DA4443
Complementary color
Monochromatic Colors of #DA4443
Black with #DA4443
Text Example
Text Example
White with #DA4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4443; }
p { color: rgb(218,68,67); }
H1.HeaderClassName
{
color: #DA4443;
}
.AnyTagClassName
{
color: #DA4443;
}
</style>
background-color css
<style>
a { background-color: #DA4443; }
a { background-color: rgb(218,68,67); }
div.DivClassName
{
background-color: #DA4443;
}
.BgClassName
{
background-color: #DA4443;
}
</style>
border-color css
<style>
span { border-color: #DA4443; }
span { border-color: rgb(218,68,67); }
td.TdClassName
{
border-color: #DA4443;
}
.TagClassName
{
border-color: #DA4443;
}
</style>