#e80f41

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

Shades of Crimson #E80F41

Tints of Crimson #E80F41

Color information

#E80F41 (or 0xE80F41) is unknown color: approx Crimson. HEX triplet: E8, 0F and 41. RGB value is (232,15,65). Sum of RGB (Red+Green+Blue) = 232+15+65=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80F41 is #17F0BE. Grayscale: #555555. Windows color (decimal): -1568959 or 4263912. OLE color: 4263912.

HSL color Cylindrical-coordinate representation of color #E80F41: hue angle of 346.18º 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 #E80F41 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2321565-
CMYK00.940.720.09
HSL346.18º87.85%48.43%-
HSV(B)346.18º93.53%90.98%-
XYZ34.417.886.64-
YUV85.58116.39232.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 74.36%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=74.36%
G=4.81%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232156500.940.720.09346.1887.8548.43
HexE8F4105E48915a5830
Octal3501710101361101153213060
Binary111010001111100000101011110100100010011010110101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e80f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e80f41; }

 p { color: rgb(232,15,65); }

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

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

 a { background-color: rgb(232,15,65); }

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

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

 span { border-color: rgb(232,15,65); }

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