Shades of Cinnabar #E3423D
Tints of Cinnabar #E3423D
RGB
CMYK
RGB Variations
Color information
#E3423D (or 0xE3423D) is known color: Cinnabar. HEX triplet: E3, 42 and 3D. RGB value is (227,66,61). Sum of RGB (Red+Green+Blue) = 227+66+61=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3423D is #1CBDC2. Grayscale: #717171. Windows color (decimal): -1883587 or 4014819. OLE color: 4014819.
HSL color Cylindrical-coordinate representation of color #E3423D: hue angle of 1.81º 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 #E3423D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 66 | 61 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.11 |
| HSL | 1.81º | 0.75% | 0.56% | - |
| HSV(B) | 1.81º | 0.73% | 0.89% | - |
| XYZ | 34.47 | 20.56 | 6.57 | - |
| YUV | 113.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 66 | 61 | 0 | 0.71 | 0.73 | 0.11 | 1.81 | 0.75 | 0.56 |
| Hex | E3 | 42 | 3D | 0 | 47 | 49 | B | 2 | 4B | 38 |
| Octal | 343 | 102 | 75 | 0 | 107 | 111 | 13 | 2 | 113 | 70 |
| Binary | 11100011 | 1000010 | 111101 | 0 | 1000111 | 1001001 | 1011 | 10 | 1001011 | 111000 |
Color Harmonies of #E3423D
Complementary color
Monochromatic Colors of #E3423D
Black with #E3423D
Text Example
Text Example
White with #E3423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3423D; }
p { color: rgb(227,66,61); }
H1.HeaderClassName
{
color: #E3423D;
}
.AnyTagClassName
{
color: #E3423D;
}
</style>
background-color css
<style>
a { background-color: #E3423D; }
a { background-color: rgb(227,66,61); }
div.DivClassName
{
background-color: #E3423D;
}
.BgClassName
{
background-color: #E3423D;
}
</style>
border-color css
<style>
span { border-color: #E3423D; }
span { border-color: rgb(227,66,61); }
td.TdClassName
{
border-color: #E3423D;
}
.TagClassName
{
border-color: #E3423D;
}
</style>