Shades of Cinnabar #DA3627
Tints of Cinnabar #DA3627
RGB
CMYK
RGB Variations
Color information
#DA3627 (or 0xDA3627) is known color: Cinnabar. HEX triplet: DA, 36 and 27. RGB value is (218,54,39). Sum of RGB (Red+Green+Blue) = 218+54+39=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3627 is #25C9D8. Grayscale: #656565. Windows color (decimal): -2476505 or 2569946. OLE color: 2569946.
HSL color Cylindrical-coordinate representation of color #DA3627: hue angle of 5.03º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA3627 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.15 |
| HSL | 5.03º | 0.71% | 0.5% | - |
| HSV(B) | 5.03º | 0.82% | 0.85% | - |
| XYZ | 30.6 | 17.69 | 3.72 | - |
| YUV | 101.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 39 | 0 | 0.75 | 0.82 | 0.15 | 5.03 | 0.71 | 0.5 |
| Hex | DA | 36 | 27 | 0 | 4B | 52 | F | 5 | 47 | 32 |
| Octal | 332 | 66 | 47 | 0 | 113 | 122 | 17 | 5 | 107 | 62 |
| Binary | 11011010 | 110110 | 100111 | 0 | 1001011 | 1010010 | 1111 | 101 | 1000111 | 110010 |
Color Harmonies of #DA3627
Complementary color
Monochromatic Colors of #DA3627
Black with #DA3627
Text Example
Text Example
White with #DA3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3627; }
p { color: rgb(218,54,39); }
H1.HeaderClassName
{
color: #DA3627;
}
.AnyTagClassName
{
color: #DA3627;
}
</style>
background-color css
<style>
a { background-color: #DA3627; }
a { background-color: rgb(218,54,39); }
div.DivClassName
{
background-color: #DA3627;
}
.BgClassName
{
background-color: #DA3627;
}
</style>
border-color css
<style>
span { border-color: #DA3627; }
span { border-color: rgb(218,54,39); }
td.TdClassName
{
border-color: #DA3627;
}
.TagClassName
{
border-color: #DA3627;
}
</style>