Shades of Cinnabar #DA3623
Tints of Cinnabar #DA3623
RGB
CMYK
RGB Variations
Color information
#DA3623 (or 0xDA3623) is known color: Cinnabar. HEX triplet: DA, 36 and 23. RGB value is (218,54,35). Sum of RGB (Red+Green+Blue) = 218+54+35=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3623 is #25C9DC. Grayscale: #656565. Windows color (decimal): -2476509 or 2307802. OLE color: 2307802.
HSL color Cylindrical-coordinate representation of color #DA3623: hue angle of 6.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA3623 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 35 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.15 |
| HSL | 6.23º | 0.72% | 0.5% | - |
| HSV(B) | 6.23º | 0.84% | 0.85% | - |
| XYZ | 30.54 | 17.67 | 3.39 | - |
| YUV | 100.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 35 | 0 | 0.75 | 0.84 | 0.15 | 6.23 | 0.72 | 0.5 |
| Hex | DA | 36 | 23 | 0 | 4B | 54 | F | 6 | 48 | 32 |
| Octal | 332 | 66 | 43 | 0 | 113 | 124 | 17 | 6 | 110 | 62 |
| Binary | 11011010 | 110110 | 100011 | 0 | 1001011 | 1010100 | 1111 | 110 | 1001000 | 110010 |
Color Harmonies of #DA3623
Complementary color
Monochromatic Colors of #DA3623
Black with #DA3623
Text Example
Text Example
White with #DA3623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3623; }
p { color: rgb(218,54,35); }
H1.HeaderClassName
{
color: #DA3623;
}
.AnyTagClassName
{
color: #DA3623;
}
</style>
background-color css
<style>
a { background-color: #DA3623; }
a { background-color: rgb(218,54,35); }
div.DivClassName
{
background-color: #DA3623;
}
.BgClassName
{
background-color: #DA3623;
}
</style>
border-color css
<style>
span { border-color: #DA3623; }
span { border-color: rgb(218,54,35); }
td.TdClassName
{
border-color: #DA3623;
}
.TagClassName
{
border-color: #DA3623;
}
</style>