Shades of Cinnabar #EF3529
Tints of Cinnabar #EF3529
RGB
CMYK
RGB Variations
Color information
#EF3529 (or 0xEF3529) is known color: Cinnabar. HEX triplet: EF, 35 and 29. RGB value is (239,53,41). Sum of RGB (Red+Green+Blue) = 239+53+41=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3529 is #10CAD6. Grayscale: #6B6B6B. Windows color (decimal): -1100503 or 2700783. OLE color: 2700783.
HSL color Cylindrical-coordinate representation of color #EF3529: hue angle of 3.64º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF3529 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 41 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.06 |
| HSL | 3.64º | 0.86% | 0.55% | - |
| HSV(B) | 3.64º | 0.83% | 0.94% | - |
| XYZ | 37.27 | 21.06 | 4.2 | - |
| YUV | 107.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 41 | 0 | 0.78 | 0.83 | 0.06 | 3.64 | 0.86 | 0.55 |
| Hex | EF | 35 | 29 | 0 | 4E | 53 | 6 | 4 | 56 | 37 |
| Octal | 357 | 65 | 51 | 0 | 116 | 123 | 6 | 4 | 126 | 67 |
| Binary | 11101111 | 110101 | 101001 | 0 | 1001110 | 1010011 | 110 | 100 | 1010110 | 110111 |
Color Harmonies of #EF3529
Complementary color
Monochromatic Colors of #EF3529
Black with #EF3529
Text Example
Text Example
White with #EF3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3529; }
p { color: rgb(239,53,41); }
H1.HeaderClassName
{
color: #EF3529;
}
.AnyTagClassName
{
color: #EF3529;
}
</style>
background-color css
<style>
a { background-color: #EF3529; }
a { background-color: rgb(239,53,41); }
div.DivClassName
{
background-color: #EF3529;
}
.BgClassName
{
background-color: #EF3529;
}
</style>
border-color css
<style>
span { border-color: #EF3529; }
span { border-color: rgb(239,53,41); }
td.TdClassName
{
border-color: #EF3529;
}
.TagClassName
{
border-color: #EF3529;
}
</style>