Shades of Cinnabar #EF443D
Tints of Cinnabar #EF443D
RGB
CMYK
RGB Variations
Color information
#EF443D (or 0xEF443D) is known color: Cinnabar. HEX triplet: EF, 44 and 3D. RGB value is (239,68,61). Sum of RGB (Red+Green+Blue) = 239+68+61=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF443D is #10BBC2. Grayscale: #767676. Windows color (decimal): -1096643 or 4015343. OLE color: 4015343.
HSL color Cylindrical-coordinate representation of color #EF443D: hue angle of 2.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF443D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.06 |
| HSL | 2.36º | 0.85% | 0.59% | - |
| HSV(B) | 2.36º | 0.74% | 0.94% | - |
| XYZ | 38.51 | 22.82 | 6.79 | - |
| YUV | 118.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 61 | 0 | 0.72 | 0.74 | 0.06 | 2.36 | 0.85 | 0.59 |
| Hex | EF | 44 | 3D | 0 | 48 | 4A | 6 | 2 | 55 | 3B |
| Octal | 357 | 104 | 75 | 0 | 110 | 112 | 6 | 2 | 125 | 73 |
| Binary | 11101111 | 1000100 | 111101 | 0 | 1001000 | 1001010 | 110 | 10 | 1010101 | 111011 |
Color Harmonies of #EF443D
Complementary color
Monochromatic Colors of #EF443D
Black with #EF443D
Text Example
Text Example
White with #EF443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF443D; }
p { color: rgb(239,68,61); }
H1.HeaderClassName
{
color: #EF443D;
}
.AnyTagClassName
{
color: #EF443D;
}
</style>
background-color css
<style>
a { background-color: #EF443D; }
a { background-color: rgb(239,68,61); }
div.DivClassName
{
background-color: #EF443D;
}
.BgClassName
{
background-color: #EF443D;
}
</style>
border-color css
<style>
span { border-color: #EF443D; }
span { border-color: rgb(239,68,61); }
td.TdClassName
{
border-color: #EF443D;
}
.TagClassName
{
border-color: #EF443D;
}
</style>