Shades of Cinnabar #EF413C
Tints of Cinnabar #EF413C
RGB
CMYK
RGB Variations
Color information
#EF413C (or 0xEF413C) is known color: Cinnabar. HEX triplet: EF, 41 and 3C. RGB value is (239,65,60). Sum of RGB (Red+Green+Blue) = 239+65+60=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF413C is #10BEC3. Grayscale: #747474. Windows color (decimal): -1097412 or 3949039. OLE color: 3949039.
HSL color Cylindrical-coordinate representation of color #EF413C: hue angle of 1.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF413C is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 60 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.06 |
| HSL | 1.68º | 0.85% | 0.59% | - |
| HSV(B) | 1.68º | 0.75% | 0.94% | - |
| XYZ | 38.3 | 22.46 | 6.59 | - |
| YUV | 116.46 | 96.15 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 60 | 0 | 0.73 | 0.75 | 0.06 | 1.68 | 0.85 | 0.59 |
| Hex | EF | 41 | 3C | 0 | 49 | 4B | 6 | 2 | 55 | 3B |
| Octal | 357 | 101 | 74 | 0 | 111 | 113 | 6 | 2 | 125 | 73 |
| Binary | 11101111 | 1000001 | 111100 | 0 | 1001001 | 1001011 | 110 | 10 | 1010101 | 111011 |
Color Harmonies of #EF413C
Complementary color
Monochromatic Colors of #EF413C
Black with #EF413C
Text Example
Text Example
White with #EF413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF413C; }
p { color: rgb(239,65,60); }
H1.HeaderClassName
{
color: #EF413C;
}
.AnyTagClassName
{
color: #EF413C;
}
</style>
background-color css
<style>
a { background-color: #EF413C; }
a { background-color: rgb(239,65,60); }
div.DivClassName
{
background-color: #EF413C;
}
.BgClassName
{
background-color: #EF413C;
}
</style>
border-color css
<style>
span { border-color: #EF413C; }
span { border-color: rgb(239,65,60); }
td.TdClassName
{
border-color: #EF413C;
}
.TagClassName
{
border-color: #EF413C;
}
</style>