Shades of Cinnabar #EF412D
Tints of Cinnabar #EF412D
RGB
CMYK
RGB Variations
Color information
#EF412D (or 0xEF412D) is known color: Cinnabar. HEX triplet: EF, 41 and 2D. RGB value is (239,65,45). Sum of RGB (Red+Green+Blue) = 239+65+45=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF412D is #10BED2. Grayscale: #737373. Windows color (decimal): -1097427 or 2965999. OLE color: 2965999.
HSL color Cylindrical-coordinate representation of color #EF412D: hue angle of 6.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF412D is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 45 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.06 |
| HSL | 6.19º | 0.86% | 0.56% | - |
| HSV(B) | 6.19º | 0.81% | 0.94% | - |
| XYZ | 37.96 | 22.32 | 4.79 | - |
| YUV | 114.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 45 | 0 | 0.73 | 0.81 | 0.06 | 6.19 | 0.86 | 0.56 |
| Hex | EF | 41 | 2D | 0 | 49 | 51 | 6 | 6 | 56 | 38 |
| Octal | 357 | 101 | 55 | 0 | 111 | 121 | 6 | 6 | 126 | 70 |
| Binary | 11101111 | 1000001 | 101101 | 0 | 1001001 | 1010001 | 110 | 110 | 1010110 | 111000 |
Color Harmonies of #EF412D
Complementary color
Monochromatic Colors of #EF412D
Black with #EF412D
Text Example
Text Example
White with #EF412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF412D; }
p { color: rgb(239,65,45); }
H1.HeaderClassName
{
color: #EF412D;
}
.AnyTagClassName
{
color: #EF412D;
}
</style>
background-color css
<style>
a { background-color: #EF412D; }
a { background-color: rgb(239,65,45); }
div.DivClassName
{
background-color: #EF412D;
}
.BgClassName
{
background-color: #EF412D;
}
</style>
border-color css
<style>
span { border-color: #EF412D; }
span { border-color: rgb(239,65,45); }
td.TdClassName
{
border-color: #EF412D;
}
.TagClassName
{
border-color: #EF412D;
}
</style>