Html Css Color HEX #E01E41 Crimson

📋 copy color: '#E01E41'

red 224 ◦ green 30 ◦ blue 65

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

Shades of Crimson #E01E41

Tints of Crimson #E01E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 70.22%
G = 9.4%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01E41 (or 0xE01E41) is known color: Crimson. HEX triplet: E0, 1E and 41. RGB value is (224,30,65). Sum of RGB (Red+Green+Blue) = 224+30+65=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E41 is #1FE1BE. Grayscale: #5C5C5C. Windows color (decimal): -2089407 or 4267744. OLE color: 4267744.

HSL color Cylindrical-coordinate representation of color #E01E41: hue angle of 349.18º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E41 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 65 -
CMYK 0 0.87 0.71 0.12
HSL 349.18º 0.76% 0.5% -
HSV(B) 349.18º 0.87% 0.88% -
XYZ 32.16 17.16 6.62 -
YUV 92 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 224 30 65 0 0.87 0.71 0.12 349.18 0.76 0.5
Hex E0 1E 41 0 57 47 C 15D 4C 32
Octal 340 36 101 0 127 107 14 535 114 62
Binary 11100000 11110 1000001 0 1010111 1000111 1100 101011101 1001100 110010

Color Harmonies of #E01E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E41

Black with #E01E41

Text Example


Text Example

White with #E01E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E41; }

 p { color: rgb(224,30,65); }

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

background-color css

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

 a { background-color: rgb(224,30,65); }

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

border-color css

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

 span { border-color: rgb(224,30,65); }

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