Shades of Cinnabar #EF4528
Tints of Cinnabar #EF4528
RGB
CMYK
RGB Variations
Color information
#EF4528 (or 0xEF4528) is known color: Cinnabar. HEX triplet: EF, 45 and 28. RGB value is (239,69,40). Sum of RGB (Red+Green+Blue) = 239+69+40=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4528 is #10BAD7. Grayscale: #747474. Windows color (decimal): -1096408 or 2639343. OLE color: 2639343.
HSL color Cylindrical-coordinate representation of color #EF4528: hue angle of 8.74º 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 #EF4528 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 40 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.06 |
| HSL | 8.74º | 0.86% | 0.55% | - |
| HSV(B) | 8.74º | 0.83% | 0.94% | - |
| XYZ | 38.11 | 22.76 | 4.39 | - |
| YUV | 116.52 | 84.82 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 40 | 0 | 0.71 | 0.83 | 0.06 | 8.74 | 0.86 | 0.55 |
| Hex | EF | 45 | 28 | 0 | 47 | 53 | 6 | 9 | 56 | 37 |
| Octal | 357 | 105 | 50 | 0 | 107 | 123 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1000101 | 101000 | 0 | 1000111 | 1010011 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF4528
Complementary color
Monochromatic Colors of #EF4528
Black with #EF4528
Text Example
Text Example
White with #EF4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4528; }
p { color: rgb(239,69,40); }
H1.HeaderClassName
{
color: #EF4528;
}
.AnyTagClassName
{
color: #EF4528;
}
</style>
background-color css
<style>
a { background-color: #EF4528; }
a { background-color: rgb(239,69,40); }
div.DivClassName
{
background-color: #EF4528;
}
.BgClassName
{
background-color: #EF4528;
}
</style>
border-color css
<style>
span { border-color: #EF4528; }
span { border-color: rgb(239,69,40); }
td.TdClassName
{
border-color: #EF4528;
}
.TagClassName
{
border-color: #EF4528;
}
</style>