#E10F37

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

Shades of Crimson #E10F37

Tints of Crimson #E10F37

Color information

#E10F37 (or 0xE10F37) is unknown color: approx Crimson. HEX triplet: E1, 0F and 37. RGB value is (225,15,55). Sum of RGB (Red+Green+Blue) = 225+15+55=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10F37 is #1EF0C8. Grayscale: #525252. Windows color (decimal): -2027721 or 3608545. OLE color: 3608545.

HSL color Cylindrical-coordinate representation of color #E10F37: hue angle of 348.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F37 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB2251555-
CMYK00.930.760.12
HSL348.57º87.5%47.06%-
HSV(B)348.57º93.33%88.24%-
XYZ31.9116.635.14-
YUV82.35112.57229.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 76.27%
GREEN value IS 15 (6.25% from 255) = 5.08%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=76.27%
G=5.08%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225155500.930.760.12348.5787.547.06
HexE1F3705D4CC15d582f
Octal341176701351141453513057
Binary11100001111111011101011101100110011001010111011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10F37; }

 p { color: rgb(225,15,55); }

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

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

 a { background-color: rgb(225,15,55); }

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

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

 span { border-color: rgb(225,15,55); }

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