Shades of Cinnabar #EF443C
Tints of Cinnabar #EF443C
RGB
CMYK
RGB Variations
Color information
#EF443C (or 0xEF443C) is known color: Cinnabar. HEX triplet: EF, 44 and 3C. RGB value is (239,68,60). Sum of RGB (Red+Green+Blue) = 239+68+60=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF443C is #10BBC3. Grayscale: #767676. Windows color (decimal): -1096644 or 3949807. OLE color: 3949807.
HSL color Cylindrical-coordinate representation of color #EF443C: hue angle of 2.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 #EF443C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 60 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.06 |
| HSL | 2.68º | 0.85% | 0.59% | - |
| HSV(B) | 2.68º | 0.75% | 0.94% | - |
| XYZ | 38.48 | 22.81 | 6.65 | - |
| YUV | 118.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 60 | 0 | 0.72 | 0.75 | 0.06 | 2.68 | 0.85 | 0.59 |
| Hex | EF | 44 | 3C | 0 | 48 | 4B | 6 | 3 | 55 | 3B |
| Octal | 357 | 104 | 74 | 0 | 110 | 113 | 6 | 3 | 125 | 73 |
| Binary | 11101111 | 1000100 | 111100 | 0 | 1001000 | 1001011 | 110 | 11 | 1010101 | 111011 |
Color Harmonies of #EF443C
Complementary color
Monochromatic Colors of #EF443C
Black with #EF443C
Text Example
Text Example
White with #EF443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF443C; }
p { color: rgb(239,68,60); }
H1.HeaderClassName
{
color: #EF443C;
}
.AnyTagClassName
{
color: #EF443C;
}
</style>
background-color css
<style>
a { background-color: #EF443C; }
a { background-color: rgb(239,68,60); }
div.DivClassName
{
background-color: #EF443C;
}
.BgClassName
{
background-color: #EF443C;
}
</style>
border-color css
<style>
span { border-color: #EF443C; }
span { border-color: rgb(239,68,60); }
td.TdClassName
{
border-color: #EF443C;
}
.TagClassName
{
border-color: #EF443C;
}
</style>