Shades of Cinnabar #E93D1F
Tints of Cinnabar #E93D1F
RGB
CMYK
RGB Variations
Color information
#E93D1F (or 0xE93D1F) is known color: Cinnabar. HEX triplet: E9, 3D and 1F. RGB value is (233,61,31). Sum of RGB (Red+Green+Blue) = 233+61+31=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D1F is #16C2E0. Grayscale: #6D6D6D. Windows color (decimal): -1491681 or 2047465. OLE color: 2047465.
HSL color Cylindrical-coordinate representation of color #E93D1F: hue angle of 8.91º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E93D1F is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 31 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.09 |
| HSL | 8.91º | 0.82% | 0.52% | - |
| HSV(B) | 8.91º | 0.87% | 0.91% | - |
| XYZ | 35.52 | 20.76 | 3.43 | - |
| YUV | 109.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 31 | 0 | 0.74 | 0.87 | 0.09 | 8.91 | 0.82 | 0.52 |
| Hex | E9 | 3D | 1F | 0 | 4A | 57 | 9 | 9 | 52 | 34 |
| Octal | 351 | 75 | 37 | 0 | 112 | 127 | 11 | 11 | 122 | 64 |
| Binary | 11101001 | 111101 | 11111 | 0 | 1001010 | 1010111 | 1001 | 1001 | 1010010 | 110100 |
Color Harmonies of #E93D1F
Complementary color
Monochromatic Colors of #E93D1F
Black with #E93D1F
Text Example
Text Example
White with #E93D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93D1F; }
p { color: rgb(233,61,31); }
H1.HeaderClassName
{
color: #E93D1F;
}
.AnyTagClassName
{
color: #E93D1F;
}
</style>
background-color css
<style>
a { background-color: #E93D1F; }
a { background-color: rgb(233,61,31); }
div.DivClassName
{
background-color: #E93D1F;
}
.BgClassName
{
background-color: #E93D1F;
}
</style>
border-color css
<style>
span { border-color: #E93D1F; }
span { border-color: rgb(233,61,31); }
td.TdClassName
{
border-color: #E93D1F;
}
.TagClassName
{
border-color: #E93D1F;
}
</style>