Shades of Cinnabar #DA3626
Tints of Cinnabar #DA3626
RGB
CMYK
RGB Variations
Color information
#DA3626 (or 0xDA3626) is known color: Cinnabar. HEX triplet: DA, 36 and 26. RGB value is (218,54,38). Sum of RGB (Red+Green+Blue) = 218+54+38=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3626 is #25C9D9. Grayscale: #656565. Windows color (decimal): -2476506 or 2504410. OLE color: 2504410.
HSL color Cylindrical-coordinate representation of color #DA3626: hue angle of 5.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA3626 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 38 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.15 |
| HSL | 5.33º | 0.71% | 0.5% | - |
| HSV(B) | 5.33º | 0.83% | 0.85% | - |
| XYZ | 30.58 | 17.68 | 3.64 | - |
| YUV | 101.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 38 | 0 | 0.75 | 0.83 | 0.15 | 5.33 | 0.71 | 0.5 |
| Hex | DA | 36 | 26 | 0 | 4B | 53 | F | 5 | 47 | 32 |
| Octal | 332 | 66 | 46 | 0 | 113 | 123 | 17 | 5 | 107 | 62 |
| Binary | 11011010 | 110110 | 100110 | 0 | 1001011 | 1010011 | 1111 | 101 | 1000111 | 110010 |
Color Harmonies of #DA3626
Complementary color
Monochromatic Colors of #DA3626
Black with #DA3626
Text Example
Text Example
White with #DA3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3626; }
p { color: rgb(218,54,38); }
H1.HeaderClassName
{
color: #DA3626;
}
.AnyTagClassName
{
color: #DA3626;
}
</style>
background-color css
<style>
a { background-color: #DA3626; }
a { background-color: rgb(218,54,38); }
div.DivClassName
{
background-color: #DA3626;
}
.BgClassName
{
background-color: #DA3626;
}
</style>
border-color css
<style>
span { border-color: #DA3626; }
span { border-color: rgb(218,54,38); }
td.TdClassName
{
border-color: #DA3626;
}
.TagClassName
{
border-color: #DA3626;
}
</style>