Shades of Cinnabar #EF453D
Tints of Cinnabar #EF453D
RGB
CMYK
RGB Variations
Color information
#EF453D (or 0xEF453D) is known color: Cinnabar. HEX triplet: EF, 45 and 3D. RGB value is (239,69,61). Sum of RGB (Red+Green+Blue) = 239+69+61=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF453D is #10BAC2. Grayscale: #777777. Windows color (decimal): -1096387 or 4015599. OLE color: 4015599.
HSL color Cylindrical-coordinate representation of color #EF453D: hue angle of 2.7º 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 #EF453D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.06 |
| HSL | 2.7º | 0.85% | 0.59% | - |
| HSV(B) | 2.7º | 0.74% | 0.94% | - |
| XYZ | 38.57 | 22.94 | 6.81 | - |
| YUV | 118.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 61 | 0 | 0.71 | 0.74 | 0.06 | 2.7 | 0.85 | 0.59 |
| Hex | EF | 45 | 3D | 0 | 47 | 4A | 6 | 3 | 55 | 3B |
| Octal | 357 | 105 | 75 | 0 | 107 | 112 | 6 | 3 | 125 | 73 |
| Binary | 11101111 | 1000101 | 111101 | 0 | 1000111 | 1001010 | 110 | 11 | 1010101 | 111011 |
Color Harmonies of #EF453D
Complementary color
Monochromatic Colors of #EF453D
Black with #EF453D
Text Example
Text Example
White with #EF453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF453D; }
p { color: rgb(239,69,61); }
H1.HeaderClassName
{
color: #EF453D;
}
.AnyTagClassName
{
color: #EF453D;
}
</style>
background-color css
<style>
a { background-color: #EF453D; }
a { background-color: rgb(239,69,61); }
div.DivClassName
{
background-color: #EF453D;
}
.BgClassName
{
background-color: #EF453D;
}
</style>
border-color css
<style>
span { border-color: #EF453D; }
span { border-color: rgb(239,69,61); }
td.TdClassName
{
border-color: #EF453D;
}
.TagClassName
{
border-color: #EF453D;
}
</style>