Shades of Cinnabar #EF5225
Tints of Cinnabar #EF5225
RGB
CMYK
RGB Variations
Color information
#EF5225 (or 0xEF5225) is known color: Cinnabar. HEX triplet: EF, 52 and 25. RGB value is (239,82,37). Sum of RGB (Red+Green+Blue) = 239+82+37=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5225 is #10ADDA. Grayscale: #7C7C7C. Windows color (decimal): -1093083 or 2446063. OLE color: 2446063.
HSL color Cylindrical-coordinate representation of color #EF5225: hue angle of 13.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF5225 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 37 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.06 |
| HSL | 13.37º | 0.86% | 0.54% | - |
| HSV(B) | 13.37º | 0.85% | 0.94% | - |
| XYZ | 38.95 | 24.52 | 4.43 | - |
| YUV | 123.81 | 79.01 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 37 | 0 | 0.66 | 0.85 | 0.06 | 13.37 | 0.86 | 0.54 |
| Hex | EF | 52 | 25 | 0 | 42 | 55 | 6 | D | 56 | 36 |
| Octal | 357 | 122 | 45 | 0 | 102 | 125 | 6 | 15 | 126 | 66 |
| Binary | 11101111 | 1010010 | 100101 | 0 | 1000010 | 1010101 | 110 | 1101 | 1010110 | 110110 |
Color Harmonies of #EF5225
Complementary color
Monochromatic Colors of #EF5225
Black with #EF5225
Text Example
Text Example
White with #EF5225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5225; }
p { color: rgb(239,82,37); }
H1.HeaderClassName
{
color: #EF5225;
}
.AnyTagClassName
{
color: #EF5225;
}
</style>
background-color css
<style>
a { background-color: #EF5225; }
a { background-color: rgb(239,82,37); }
div.DivClassName
{
background-color: #EF5225;
}
.BgClassName
{
background-color: #EF5225;
}
</style>
border-color css
<style>
span { border-color: #EF5225; }
span { border-color: rgb(239,82,37); }
td.TdClassName
{
border-color: #EF5225;
}
.TagClassName
{
border-color: #EF5225;
}
</style>