Shades of Cinnabar #E62F26
Tints of Cinnabar #E62F26
RGB
CMYK
RGB Variations
Color information
#E62F26 (or 0xE62F26) is known color: Cinnabar. HEX triplet: E6, 2F and 26. RGB value is (230,47,38). Sum of RGB (Red+Green+Blue) = 230+47+38=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62F26 is #19D0D9. Grayscale: #646464. Windows color (decimal): -1691866 or 2502630. OLE color: 2502630.
HSL color Cylindrical-coordinate representation of color #E62F26: hue angle of 2.81º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E62F26 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 38 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.10 |
| HSL | 2.81º | 0.79% | 0.53% | - |
| HSV(B) | 2.81º | 0.83% | 0.9% | - |
| XYZ | 34 | 19 | 3.71 | - |
| YUV | 100.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 38 | 0 | 0.80 | 0.83 | 0.10 | 2.81 | 0.79 | 0.53 |
| Hex | E6 | 2F | 26 | 0 | 50 | 53 | A | 3 | 4F | 35 |
| Octal | 346 | 57 | 46 | 0 | 120 | 123 | 12 | 3 | 117 | 65 |
| Binary | 11100110 | 101111 | 100110 | 0 | 1010000 | 1010011 | 1010 | 11 | 1001111 | 110101 |
Color Harmonies of #E62F26
Complementary color
Monochromatic Colors of #E62F26
Black with #E62F26
Text Example
Text Example
White with #E62F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62F26; }
p { color: rgb(230,47,38); }
H1.HeaderClassName
{
color: #E62F26;
}
.AnyTagClassName
{
color: #E62F26;
}
</style>
background-color css
<style>
a { background-color: #E62F26; }
a { background-color: rgb(230,47,38); }
div.DivClassName
{
background-color: #E62F26;
}
.BgClassName
{
background-color: #E62F26;
}
</style>
border-color css
<style>
span { border-color: #E62F26; }
span { border-color: rgb(230,47,38); }
td.TdClassName
{
border-color: #E62F26;
}
.TagClassName
{
border-color: #E62F26;
}
</style>