Shades of Cinnabar #E9483D
Tints of Cinnabar #E9483D
RGB
CMYK
RGB Variations
Color information
#E9483D (or 0xE9483D) is known color: Cinnabar. HEX triplet: E9, 48 and 3D. RGB value is (233,72,61). Sum of RGB (Red+Green+Blue) = 233+72+61=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9483D is #16B7C2. Grayscale: #777777. Windows color (decimal): -1488835 or 4016361. OLE color: 4016361.
HSL color Cylindrical-coordinate representation of color #E9483D: hue angle of 3.84º 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 #E9483D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 61 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.09 |
| HSL | 3.84º | 0.8% | 0.58% | - |
| HSV(B) | 3.84º | 0.74% | 0.91% | - |
| XYZ | 36.76 | 22.3 | 6.78 | - |
| YUV | 118.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 61 | 0 | 0.69 | 0.74 | 0.09 | 3.84 | 0.8 | 0.58 |
| Hex | E9 | 48 | 3D | 0 | 45 | 4A | 9 | 4 | 50 | 3A |
| Octal | 351 | 110 | 75 | 0 | 105 | 112 | 11 | 4 | 120 | 72 |
| Binary | 11101001 | 1001000 | 111101 | 0 | 1000101 | 1001010 | 1001 | 100 | 1010000 | 111010 |
Color Harmonies of #E9483D
Complementary color
Monochromatic Colors of #E9483D
Black with #E9483D
Text Example
Text Example
White with #E9483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9483D; }
p { color: rgb(233,72,61); }
H1.HeaderClassName
{
color: #E9483D;
}
.AnyTagClassName
{
color: #E9483D;
}
</style>
background-color css
<style>
a { background-color: #E9483D; }
a { background-color: rgb(233,72,61); }
div.DivClassName
{
background-color: #E9483D;
}
.BgClassName
{
background-color: #E9483D;
}
</style>
border-color css
<style>
span { border-color: #E9483D; }
span { border-color: rgb(233,72,61); }
td.TdClassName
{
border-color: #E9483D;
}
.TagClassName
{
border-color: #E9483D;
}
</style>