Shades of Cinnabar #EF452A
Tints of Cinnabar #EF452A
RGB
CMYK
RGB Variations
Color information
#EF452A (or 0xEF452A) is known color: Cinnabar. HEX triplet: EF, 45 and 2A. RGB value is (239,69,42). Sum of RGB (Red+Green+Blue) = 239+69+42=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF452A is #10BAD5. Grayscale: #757575. Windows color (decimal): -1096406 or 2770415. OLE color: 2770415.
HSL color Cylindrical-coordinate representation of color #EF452A: hue angle of 8.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF452A is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 42 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 8.22º | 0.86% | 0.55% | - |
| HSV(B) | 8.22º | 0.82% | 0.94% | - |
| XYZ | 38.14 | 22.77 | 4.58 | - |
| YUV | 116.75 | 85.82 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 42 | 0 | 0.71 | 0.82 | 0.06 | 8.22 | 0.86 | 0.55 |
| Hex | EF | 45 | 2A | 0 | 47 | 52 | 6 | 8 | 56 | 37 |
| Octal | 357 | 105 | 52 | 0 | 107 | 122 | 6 | 10 | 126 | 67 |
| Binary | 11101111 | 1000101 | 101010 | 0 | 1000111 | 1010010 | 110 | 1000 | 1010110 | 110111 |
Color Harmonies of #EF452A
Complementary color
Monochromatic Colors of #EF452A
Black with #EF452A
Text Example
Text Example
White with #EF452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF452A; }
p { color: rgb(239,69,42); }
H1.HeaderClassName
{
color: #EF452A;
}
.AnyTagClassName
{
color: #EF452A;
}
</style>
background-color css
<style>
a { background-color: #EF452A; }
a { background-color: rgb(239,69,42); }
div.DivClassName
{
background-color: #EF452A;
}
.BgClassName
{
background-color: #EF452A;
}
</style>
border-color css
<style>
span { border-color: #EF452A; }
span { border-color: rgb(239,69,42); }
td.TdClassName
{
border-color: #EF452A;
}
.TagClassName
{
border-color: #EF452A;
}
</style>