Shades of Cinnabar #E9423D
Tints of Cinnabar #E9423D
RGB
CMYK
RGB Variations
Color information
#E9423D (or 0xE9423D) is known color: Cinnabar. HEX triplet: E9, 42 and 3D. RGB value is (233,66,61). Sum of RGB (Red+Green+Blue) = 233+66+61=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9423D is #16BDC2. Grayscale: #737373. Windows color (decimal): -1490371 or 4014825. OLE color: 4014825.
HSL color Cylindrical-coordinate representation of color #E9423D: hue angle of 1.74º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9423D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.09 |
| HSL | 1.74º | 0.8% | 0.58% | - |
| HSV(B) | 1.74º | 0.74% | 0.91% | - |
| XYZ | 36.39 | 21.56 | 6.66 | - |
| YUV | 115.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 61 | 0 | 0.72 | 0.74 | 0.09 | 1.74 | 0.8 | 0.58 |
| Hex | E9 | 42 | 3D | 0 | 48 | 4A | 9 | 2 | 50 | 3A |
| Octal | 351 | 102 | 75 | 0 | 110 | 112 | 11 | 2 | 120 | 72 |
| Binary | 11101001 | 1000010 | 111101 | 0 | 1001000 | 1001010 | 1001 | 10 | 1010000 | 111010 |
Color Harmonies of #E9423D
Complementary color
Monochromatic Colors of #E9423D
Black with #E9423D
Text Example
Text Example
White with #E9423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9423D; }
p { color: rgb(233,66,61); }
H1.HeaderClassName
{
color: #E9423D;
}
.AnyTagClassName
{
color: #E9423D;
}
</style>
background-color css
<style>
a { background-color: #E9423D; }
a { background-color: rgb(233,66,61); }
div.DivClassName
{
background-color: #E9423D;
}
.BgClassName
{
background-color: #E9423D;
}
</style>
border-color css
<style>
span { border-color: #E9423D; }
span { border-color: rgb(233,66,61); }
td.TdClassName
{
border-color: #E9423D;
}
.TagClassName
{
border-color: #E9423D;
}
</style>