#E40F31

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

Shades of Crimson #E40F31

Tints of Crimson #E40F31

Color information

#E40F31 (or 0xE40F31) is unknown color: approx Crimson. HEX triplet: E4, 0F and 31. RGB value is (228,15,49). Sum of RGB (Red+Green+Blue) = 228+15+49=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40F31 is #1BF0CE. Grayscale: #525252. Windows color (decimal): -1831119 or 3215332. OLE color: 3215332.

HSL color Cylindrical-coordinate representation of color #E40F31: hue angle of 350.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E40F31 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2281549-
CMYK00.930.790.11
HSL350.42º87.65%47.65%-
HSV(B)350.42º93.42%89.41%-
XYZ32.7217.064.47-
YUV82.56109.07231.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 78.08%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=78.08%
G=5.14%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228154900.930.790.11350.4287.6547.65
HexE4F3105D4FB15e5830
Octal344176101351171353613060
Binary11100100111111000101011101100111110111010111101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40F31; }

 p { color: rgb(228,15,49); }

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

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

 a { background-color: rgb(228,15,49); }

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

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

 span { border-color: rgb(228,15,49); }

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