#E80337

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

Shades of Crimson #E80337

Tints of Crimson #E80337

Color information

#E80337 (or 0xE80337) is unknown color: approx Crimson. HEX triplet: E8, 03 and 37. RGB value is (232,3,55). Sum of RGB (Red+Green+Blue) = 232+3+55=290 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 232 - color contains mainly: red. Hex color #E80337 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80337 is #17FCC8. Grayscale: #4D4D4D. Windows color (decimal): -1572041 or 3605480. OLE color: 3605480.

HSL color Cylindrical-coordinate representation of color #E80337: hue angle of 346.38º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80337 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB232355-
CMYK00.990.760.09
HSL346.38º97.45%46.08%-
HSV(B)346.38º98.71%90.98%-
XYZ3417.55.2-
YUV77.4115.37238.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 55 (21.88% from 255) = 18.97%
R=80%
G=1.03%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23235500.990.760.09346.3897.4546.08
HexE83370634C915a612e
Octal35036701431141153214156
Binary111010001111011101100011100110010011010110101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80337; }

 p { color: rgb(232,3,55); }

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

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

 a { background-color: rgb(232,3,55); }

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

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

 span { border-color: rgb(232,3,55); }

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