Shades of Cinnabar #EF403C
Tints of Cinnabar #EF403C
RGB
CMYK
RGB Variations
Color information
#EF403C (or 0xEF403C) is known color: Cinnabar. HEX triplet: EF, 40 and 3C. RGB value is (239,64,60). Sum of RGB (Red+Green+Blue) = 239+64+60=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF403C is #10BFC3. Grayscale: #747474. Windows color (decimal): -1097668 or 3948783. OLE color: 3948783.
HSL color Cylindrical-coordinate representation of color #EF403C: hue angle of 1.34º 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 #EF403C is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 60 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.06 |
| HSL | 1.34º | 0.85% | 0.59% | - |
| HSV(B) | 1.34º | 0.75% | 0.94% | - |
| XYZ | 38.25 | 22.34 | 6.57 | - |
| YUV | 115.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 60 | 0 | 0.73 | 0.75 | 0.06 | 1.34 | 0.85 | 0.59 |
| Hex | EF | 40 | 3C | 0 | 49 | 4B | 6 | 1 | 55 | 3B |
| Octal | 357 | 100 | 74 | 0 | 111 | 113 | 6 | 1 | 125 | 73 |
| Binary | 11101111 | 1000000 | 111100 | 0 | 1001001 | 1001011 | 110 | 1 | 1010101 | 111011 |
Color Harmonies of #EF403C
Complementary color
Monochromatic Colors of #EF403C
Black with #EF403C
Text Example
Text Example
White with #EF403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF403C; }
p { color: rgb(239,64,60); }
H1.HeaderClassName
{
color: #EF403C;
}
.AnyTagClassName
{
color: #EF403C;
}
</style>
background-color css
<style>
a { background-color: #EF403C; }
a { background-color: rgb(239,64,60); }
div.DivClassName
{
background-color: #EF403C;
}
.BgClassName
{
background-color: #EF403C;
}
</style>
border-color css
<style>
span { border-color: #EF403C; }
span { border-color: rgb(239,64,60); }
td.TdClassName
{
border-color: #EF403C;
}
.TagClassName
{
border-color: #EF403C;
}
</style>