Shades of Cinnabar #E9271F
Tints of Cinnabar #E9271F
RGB
CMYK
RGB Variations
Color information
#E9271F (or 0xE9271F) is known color: Cinnabar. HEX triplet: E9, 27 and 1F. RGB value is (233,39,31). Sum of RGB (Red+Green+Blue) = 233+39+31=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E9271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9271F is #16D8E0. Grayscale: #606060. Windows color (decimal): -1497313 or 2041833. OLE color: 2041833.
HSL color Cylindrical-coordinate representation of color #E9271F: hue angle of 2.38º 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 #E9271F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 31 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.09 |
| HSL | 2.38º | 0.82% | 0.52% | - |
| HSV(B) | 2.38º | 0.87% | 0.91% | - |
| XYZ | 34.58 | 18.87 | 3.12 | - |
| YUV | 96.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 31 | 0 | 0.83 | 0.87 | 0.09 | 2.38 | 0.82 | 0.52 |
| Hex | E9 | 27 | 1F | 0 | 53 | 57 | 9 | 2 | 52 | 34 |
| Octal | 351 | 47 | 37 | 0 | 123 | 127 | 11 | 2 | 122 | 64 |
| Binary | 11101001 | 100111 | 11111 | 0 | 1010011 | 1010111 | 1001 | 10 | 1010010 | 110100 |
Color Harmonies of #E9271F
Complementary color
Monochromatic Colors of #E9271F
Black with #E9271F
Text Example
Text Example
White with #E9271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9271F; }
p { color: rgb(233,39,31); }
H1.HeaderClassName
{
color: #E9271F;
}
.AnyTagClassName
{
color: #E9271F;
}
</style>
background-color css
<style>
a { background-color: #E9271F; }
a { background-color: rgb(233,39,31); }
div.DivClassName
{
background-color: #E9271F;
}
.BgClassName
{
background-color: #E9271F;
}
</style>
border-color css
<style>
span { border-color: #E9271F; }
span { border-color: rgb(233,39,31); }
td.TdClassName
{
border-color: #E9271F;
}
.TagClassName
{
border-color: #E9271F;
}
</style>