Shades of Cinnabar #E3473D
Tints of Cinnabar #E3473D
RGB
CMYK
RGB Variations
Color information
#E3473D (or 0xE3473D) is known color: Cinnabar. HEX triplet: E3, 47 and 3D. RGB value is (227,71,61). Sum of RGB (Red+Green+Blue) = 227+71+61=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3473D is #1CB8C2. Grayscale: #747474. Windows color (decimal): -1882307 or 4016099. OLE color: 4016099.
HSL color Cylindrical-coordinate representation of color #E3473D: hue angle of 3.61º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3473D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 61 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.11 |
| HSL | 3.61º | 0.75% | 0.56% | - |
| HSV(B) | 3.61º | 0.73% | 0.89% | - |
| XYZ | 34.77 | 21.17 | 6.67 | - |
| YUV | 116.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 61 | 0 | 0.69 | 0.73 | 0.11 | 3.61 | 0.75 | 0.56 |
| Hex | E3 | 47 | 3D | 0 | 45 | 49 | B | 4 | 4B | 38 |
| Octal | 343 | 107 | 75 | 0 | 105 | 111 | 13 | 4 | 113 | 70 |
| Binary | 11100011 | 1000111 | 111101 | 0 | 1000101 | 1001001 | 1011 | 100 | 1001011 | 111000 |
Color Harmonies of #E3473D
Complementary color
Monochromatic Colors of #E3473D
Black with #E3473D
Text Example
Text Example
White with #E3473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3473D; }
p { color: rgb(227,71,61); }
H1.HeaderClassName
{
color: #E3473D;
}
.AnyTagClassName
{
color: #E3473D;
}
</style>
background-color css
<style>
a { background-color: #E3473D; }
a { background-color: rgb(227,71,61); }
div.DivClassName
{
background-color: #E3473D;
}
.BgClassName
{
background-color: #E3473D;
}
</style>
border-color css
<style>
span { border-color: #E3473D; }
span { border-color: rgb(227,71,61); }
td.TdClassName
{
border-color: #E3473D;
}
.TagClassName
{
border-color: #E3473D;
}
</style>