Html Css Color HEX #E00F49 Crimson

📋 copy color: '#E00F49'

red 224 ◦ green 15 ◦ blue 73

#E00F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E00F49

Tints of Crimson #E00F49

RGB

 RED value IS 224 (87.89% from 255) = 71.79%

 GREEN value IS 15 (6.25% from 255) = 4.81%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 71.79%
G = 4.81%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E00F49 (or 0xE00F49) is known color: Crimson. HEX triplet: E0, 0F and 49. RGB value is (224,15,73). Sum of RGB (Red+Green+Blue) = 224+15+73=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00F49 is #1FF0B6. Grayscale: #545454. Windows color (decimal): -2093239 or 4788192. OLE color: 4788192.

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

Color convert

RGB 224 15 73 -
CMYK 0 0.93 0.67 0.12
HSL 343.35º 0.87% 0.47% -
HSV(B) 343.35º 0.93% 0.88% -
XYZ 32.11 16.67 7.83 -
YUV 84.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 224 15 73 0 0.93 0.67 0.12 343.35 0.87 0.47
Hex E0 F 49 0 5D 43 C 157 57 2F
Octal 340 17 111 0 135 103 14 527 127 57
Binary 11100000 1111 1001001 0 1011101 1000011 1100 101010111 1010111 101111

Color Harmonies of #E00F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F49

Black with #E00F49

Text Example


Text Example

White with #E00F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F49; }

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

 H1.HeaderClassName
 {
   color: #E00F49;
 }
 .AnyTagClassName
 {
   color: #E00F49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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