Shades of Cinnabar #EE463F
Tints of Cinnabar #EE463F
RGB
CMYK
RGB Variations
Color information
#EE463F (or 0xEE463F) is known color: Cinnabar. HEX triplet: EE, 46 and 3F. RGB value is (238,70,63). Sum of RGB (Red+Green+Blue) = 238+70+63=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE463F is #11B9C0. Grayscale: #777777. Windows color (decimal): -1161665 or 4146926. OLE color: 4146926.
HSL color Cylindrical-coordinate representation of color #EE463F: hue angle of 2.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE463F is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 63 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 2.4º | 0.84% | 0.59% | - |
| HSV(B) | 2.4º | 0.74% | 0.93% | - |
| XYZ | 38.35 | 22.92 | 7.1 | - |
| YUV | 119.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 63 | 0 | 0.71 | 0.74 | 0.07 | 2.4 | 0.84 | 0.59 |
| Hex | EE | 46 | 3F | 0 | 47 | 4A | 7 | 2 | 54 | 3B |
| Octal | 356 | 106 | 77 | 0 | 107 | 112 | 7 | 2 | 124 | 73 |
| Binary | 11101110 | 1000110 | 111111 | 0 | 1000111 | 1001010 | 111 | 10 | 1010100 | 111011 |
Color Harmonies of #EE463F
Complementary color
Monochromatic Colors of #EE463F
Black with #EE463F
Text Example
Text Example
White with #EE463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE463F; }
p { color: rgb(238,70,63); }
H1.HeaderClassName
{
color: #EE463F;
}
.AnyTagClassName
{
color: #EE463F;
}
</style>
background-color css
<style>
a { background-color: #EE463F; }
a { background-color: rgb(238,70,63); }
div.DivClassName
{
background-color: #EE463F;
}
.BgClassName
{
background-color: #EE463F;
}
</style>
border-color css
<style>
span { border-color: #EE463F; }
span { border-color: rgb(238,70,63); }
td.TdClassName
{
border-color: #EE463F;
}
.TagClassName
{
border-color: #EE463F;
}
</style>