Shades of Cinnabar #EA261F
Tints of Cinnabar #EA261F
RGB
CMYK
RGB Variations
Color information
#EA261F (or 0xEA261F) is known color: Cinnabar. HEX triplet: EA, 26 and 1F. RGB value is (234,38,31). Sum of RGB (Red+Green+Blue) = 234+38+31=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA261F is #15D9E0. Grayscale: #606060. Windows color (decimal): -1432033 or 2041578. OLE color: 2041578.
HSL color Cylindrical-coordinate representation of color #EA261F: hue angle of 2.07º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA261F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 31 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.08 |
| HSL | 2.07º | 0.83% | 0.52% | - |
| HSV(B) | 2.07º | 0.87% | 0.92% | - |
| XYZ | 34.87 | 18.98 | 3.12 | - |
| YUV | 95.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 31 | 0 | 0.84 | 0.87 | 0.08 | 2.07 | 0.83 | 0.52 |
| Hex | EA | 26 | 1F | 0 | 54 | 57 | 8 | 2 | 53 | 34 |
| Octal | 352 | 46 | 37 | 0 | 124 | 127 | 10 | 2 | 123 | 64 |
| Binary | 11101010 | 100110 | 11111 | 0 | 1010100 | 1010111 | 1000 | 10 | 1010011 | 110100 |
Color Harmonies of #EA261F
Complementary color
Monochromatic Colors of #EA261F
Black with #EA261F
Text Example
Text Example
White with #EA261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA261F; }
p { color: rgb(234,38,31); }
H1.HeaderClassName
{
color: #EA261F;
}
.AnyTagClassName
{
color: #EA261F;
}
</style>
background-color css
<style>
a { background-color: #EA261F; }
a { background-color: rgb(234,38,31); }
div.DivClassName
{
background-color: #EA261F;
}
.BgClassName
{
background-color: #EA261F;
}
</style>
border-color css
<style>
span { border-color: #EA261F; }
span { border-color: rgb(234,38,31); }
td.TdClassName
{
border-color: #EA261F;
}
.TagClassName
{
border-color: #EA261F;
}
</style>