Shades of Cinnabar #DA4325
Tints of Cinnabar #DA4325
RGB
CMYK
RGB Variations
Color information
#DA4325 (or 0xDA4325) is known color: Cinnabar. HEX triplet: DA, 43 and 25. RGB value is (218,67,37). Sum of RGB (Red+Green+Blue) = 218+67+37=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4325 is #25BCDA. Grayscale: #6D6D6D. Windows color (decimal): -2473179 or 2442202. OLE color: 2442202.
HSL color Cylindrical-coordinate representation of color #DA4325: hue angle of 9.94º 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 #DA4325 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 37 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.15 |
| HSL | 9.94º | 0.71% | 0.5% | - |
| HSV(B) | 9.94º | 0.83% | 0.85% | - |
| XYZ | 31.25 | 19.05 | 3.78 | - |
| YUV | 108.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 37 | 0 | 0.69 | 0.83 | 0.15 | 9.94 | 0.71 | 0.5 |
| Hex | DA | 43 | 25 | 0 | 45 | 53 | F | A | 47 | 32 |
| Octal | 332 | 103 | 45 | 0 | 105 | 123 | 17 | 12 | 107 | 62 |
| Binary | 11011010 | 1000011 | 100101 | 0 | 1000101 | 1010011 | 1111 | 1010 | 1000111 | 110010 |
Color Harmonies of #DA4325
Complementary color
Monochromatic Colors of #DA4325
Black with #DA4325
Text Example
Text Example
White with #DA4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4325; }
p { color: rgb(218,67,37); }
H1.HeaderClassName
{
color: #DA4325;
}
.AnyTagClassName
{
color: #DA4325;
}
</style>
background-color css
<style>
a { background-color: #DA4325; }
a { background-color: rgb(218,67,37); }
div.DivClassName
{
background-color: #DA4325;
}
.BgClassName
{
background-color: #DA4325;
}
</style>
border-color css
<style>
span { border-color: #DA4325; }
span { border-color: rgb(218,67,37); }
td.TdClassName
{
border-color: #DA4325;
}
.TagClassName
{
border-color: #DA4325;
}
</style>