#E70F26

Color #E70F26 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E70F26

Tints of Crimson #E70F26

Color information

#E70F26 (or 0xE70F26) is unknown color: approx Crimson. HEX triplet: E7, 0F and 26. RGB value is (231,15,38). Sum of RGB (Red+Green+Blue) = 231+15+38=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70F26 is #18F0D9. Grayscale: #525252. Windows color (decimal): -1634522 or 2494439. OLE color: 2494439.

HSL color Cylindrical-coordinate representation of color #E70F26: hue angle of 353.61º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70F26 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB2311538-
CMYK00.940.840.09
HSL353.61º87.8%48.24%-
HSV(B)353.61º93.51%90.59%-
XYZ33.4817.473.44-
YUV82.21103.06234.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 81.34%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=81.34%
G=5.28%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231153800.940.840.09353.6187.848.24
HexE7F2605E5491625830
Octal347174601361241154213060
Binary11100111111110011001011110101010010011011000101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F26; }

 p { color: rgb(231,15,38); }

 H1.HeaderClassName
 {
   color: #E70F26;
 }
 .AnyTagClassName
 {
   color: #E70F26;
 }
</style>
background-color css

<style>
 a { background-color: #E70F26; }

 a { background-color: rgb(231,15,38); }

 div.DivClassName
 {
   background-color: #E70F26;
 }
 .BgClassName
 {
   background-color: #E70F26;
 }
</style>
border-color css

<style>
 span { border-color: #E70F26; }

 span { border-color: rgb(231,15,38); }

 td.TdClassName
 {
   border-color: #E70F26;
 }
 .TagClassName
 {
   border-color: #E70F26;
 }
</style>