Html Css Color HEX #E01944 Crimson

📋 copy color: '#E01944'

red 224 ◦ green 25 ◦ blue 68

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

Shades of Crimson #E01944

Tints of Crimson #E01944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 70.66%
G = 7.89%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01944 (or 0xE01944) is known color: Crimson. HEX triplet: E0, 19 and 44. RGB value is (224,25,68). Sum of RGB (Red+Green+Blue) = 224+25+68=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E01944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01944 is #1FE6BB. Grayscale: #595959. Windows color (decimal): -2090684 or 4463072. OLE color: 4463072.

HSL color Cylindrical-coordinate representation of color #E01944: hue angle of 347.04º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01944 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 68 -
CMYK 0 0.89 0.70 0.12
HSL 347.04º 0.8% 0.49% -
HSV(B) 347.04º 0.89% 0.88% -
XYZ 32.13 16.96 7.05 -
YUV 89.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 224 25 68 0 0.89 0.70 0.12 347.04 0.8 0.49
Hex E0 19 44 0 59 46 C 15B 50 31
Octal 340 31 104 0 131 106 14 533 120 61
Binary 11100000 11001 1000100 0 1011001 1000110 1100 101011011 1010000 110001

Color Harmonies of #E01944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01944

Black with #E01944

Text Example


Text Example

White with #E01944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01944; }

 p { color: rgb(224,25,68); }

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

background-color css

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

 a { background-color: rgb(224,25,68); }

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

border-color css

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

 span { border-color: rgb(224,25,68); }

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