Shades of Cinnabar #EE463D
Tints of Cinnabar #EE463D
RGB
CMYK
RGB Variations
Color information
#EE463D (or 0xEE463D) is known color: Cinnabar. HEX triplet: EE, 46 and 3D. RGB value is (238,70,61). Sum of RGB (Red+Green+Blue) = 238+70+61=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE463D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE463D is #11B9C2. Grayscale: #777777. Windows color (decimal): -1161667 or 4015854. OLE color: 4015854.
HSL color Cylindrical-coordinate representation of color #EE463D: hue angle of 3.05º 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 #EE463D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.07 |
| HSL | 3.05º | 0.84% | 0.59% | - |
| HSV(B) | 3.05º | 0.74% | 0.93% | - |
| XYZ | 38.29 | 22.89 | 6.82 | - |
| YUV | 119.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 61 | 0 | 0.71 | 0.74 | 0.07 | 3.05 | 0.84 | 0.59 |
| Hex | EE | 46 | 3D | 0 | 47 | 4A | 7 | 3 | 54 | 3B |
| Octal | 356 | 106 | 75 | 0 | 107 | 112 | 7 | 3 | 124 | 73 |
| Binary | 11101110 | 1000110 | 111101 | 0 | 1000111 | 1001010 | 111 | 11 | 1010100 | 111011 |
Color Harmonies of #EE463D
Complementary color
Monochromatic Colors of #EE463D
Black with #EE463D
Text Example
Text Example
White with #EE463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE463D; }
p { color: rgb(238,70,61); }
H1.HeaderClassName
{
color: #EE463D;
}
.AnyTagClassName
{
color: #EE463D;
}
</style>
background-color css
<style>
a { background-color: #EE463D; }
a { background-color: rgb(238,70,61); }
div.DivClassName
{
background-color: #EE463D;
}
.BgClassName
{
background-color: #EE463D;
}
</style>
border-color css
<style>
span { border-color: #EE463D; }
span { border-color: rgb(238,70,61); }
td.TdClassName
{
border-color: #EE463D;
}
.TagClassName
{
border-color: #EE463D;
}
</style>