Shades of Cinnabar #EF452B
Tints of Cinnabar #EF452B
RGB
CMYK
RGB Variations
Color information
#EF452B (or 0xEF452B) is known color: Cinnabar. HEX triplet: EF, 45 and 2B. RGB value is (239,69,43). Sum of RGB (Red+Green+Blue) = 239+69+43=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF452B is #10BAD4. Grayscale: #757575. Windows color (decimal): -1096405 or 2835951. OLE color: 2835951.
HSL color Cylindrical-coordinate representation of color #EF452B: hue angle of 7.96º 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 #EF452B is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 43 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.06 |
| HSL | 7.96º | 0.86% | 0.55% | - |
| HSV(B) | 7.96º | 0.82% | 0.94% | - |
| XYZ | 38.16 | 22.78 | 4.67 | - |
| YUV | 116.87 | 86.32 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 43 | 0 | 0.71 | 0.82 | 0.06 | 7.96 | 0.86 | 0.55 |
| Hex | EF | 45 | 2B | 0 | 47 | 52 | 6 | 8 | 56 | 37 |
| Octal | 357 | 105 | 53 | 0 | 107 | 122 | 6 | 10 | 126 | 67 |
| Binary | 11101111 | 1000101 | 101011 | 0 | 1000111 | 1010010 | 110 | 1000 | 1010110 | 110111 |
Color Harmonies of #EF452B
Complementary color
Monochromatic Colors of #EF452B
Black with #EF452B
Text Example
Text Example
White with #EF452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF452B; }
p { color: rgb(239,69,43); }
H1.HeaderClassName
{
color: #EF452B;
}
.AnyTagClassName
{
color: #EF452B;
}
</style>
background-color css
<style>
a { background-color: #EF452B; }
a { background-color: rgb(239,69,43); }
div.DivClassName
{
background-color: #EF452B;
}
.BgClassName
{
background-color: #EF452B;
}
</style>
border-color css
<style>
span { border-color: #EF452B; }
span { border-color: rgb(239,69,43); }
td.TdClassName
{
border-color: #EF452B;
}
.TagClassName
{
border-color: #EF452B;
}
</style>