Shades of Cinnabar #EF4527
Tints of Cinnabar #EF4527
RGB
CMYK
RGB Variations
Color information
#EF4527 (or 0xEF4527) is known color: Cinnabar. HEX triplet: EF, 45 and 27. RGB value is (239,69,39). Sum of RGB (Red+Green+Blue) = 239+69+39=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4527 is #10BAD8. Grayscale: #747474. Windows color (decimal): -1096409 or 2573807. OLE color: 2573807.
HSL color Cylindrical-coordinate representation of color #EF4527: hue angle of 9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF4527 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 39 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.06 |
| HSL | 9º | 0.86% | 0.55% | - |
| HSV(B) | 9º | 0.84% | 0.94% | - |
| XYZ | 38.09 | 22.75 | 4.3 | - |
| YUV | 116.41 | 84.32 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 39 | 0 | 0.71 | 0.84 | 0.06 | 9 | 0.86 | 0.55 |
| Hex | EF | 45 | 27 | 0 | 47 | 54 | 6 | 9 | 56 | 37 |
| Octal | 357 | 105 | 47 | 0 | 107 | 124 | 6 | 11 | 126 | 67 |
| Binary | 11101111 | 1000101 | 100111 | 0 | 1000111 | 1010100 | 110 | 1001 | 1010110 | 110111 |
Color Harmonies of #EF4527
Complementary color
Monochromatic Colors of #EF4527
Black with #EF4527
Text Example
Text Example
White with #EF4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4527; }
p { color: rgb(239,69,39); }
H1.HeaderClassName
{
color: #EF4527;
}
.AnyTagClassName
{
color: #EF4527;
}
</style>
background-color css
<style>
a { background-color: #EF4527; }
a { background-color: rgb(239,69,39); }
div.DivClassName
{
background-color: #EF4527;
}
.BgClassName
{
background-color: #EF4527;
}
</style>
border-color css
<style>
span { border-color: #EF4527; }
span { border-color: rgb(239,69,39); }
td.TdClassName
{
border-color: #EF4527;
}
.TagClassName
{
border-color: #EF4527;
}
</style>