#e00f4a

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

Shades of Crimson #E00F4A

Tints of Crimson #E00F4A

Color information

#E00F4A (or 0xE00F4A) is unknown color: approx Crimson. HEX triplet: E0, 0F and 4A. RGB value is (224,15,74). Sum of RGB (Red+Green+Blue) = 224+15+74=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F4A is #1FF0B5. Grayscale: #545454. Windows color (decimal): -2093238 or 4853728. OLE color: 4853728.

HSL color Cylindrical-coordinate representation of color #E00F4A: hue angle of 343.06º degrees, saturation: 0.87, 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 #E00F4A is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB2241574-
CMYK00.930.670.12
HSL343.06º87.45%46.86%-
HSV(B)343.06º93.3%87.84%-
XYZ32.1516.688-
YUV84.22122.24227.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 71.57%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=71.57%
G=4.79%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224157400.930.670.12343.0687.4546.86
HexE0F4A05D43C157572f
Octal3401711201351031452712757
Binary111000001111100101001011101100001111001010101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e00f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e00f4a; }

 p { color: rgb(224,15,74); }

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

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

 a { background-color: rgb(224,15,74); }

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

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

 span { border-color: rgb(224,15,74); }

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