Html Css Color HEX #E01A44 Crimson

📋 copy color: '#E01A44'

red 224 ◦ green 26 ◦ blue 68

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

Shades of Crimson #E01A44

Tints of Crimson #E01A44

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 70.44%
G = 8.18%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E01A44 (or 0xE01A44) is known color: Crimson. HEX triplet: E0, 1A and 44. RGB value is (224,26,68). Sum of RGB (Red+Green+Blue) = 224+26+68=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01A44 is #1FE5BB. Grayscale: #5A5A5A. Windows color (decimal): -2090428 or 4463328. OLE color: 4463328.

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

Color convert

RGB 224 26 68 -
CMYK 0 0.88 0.70 0.12
HSL 347.27º 0.79% 0.49% -
HSV(B) 347.27º 0.88% 0.88% -
XYZ 32.15 17 7.06 -
YUV 89.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 224 26 68 0 0.88 0.70 0.12 347.27 0.79 0.49
Hex E0 1A 44 0 58 46 C 15B 4F 31
Octal 340 32 104 0 130 106 14 533 117 61
Binary 11100000 11010 1000100 0 1011000 1000110 1100 101011011 1001111 110001

Color Harmonies of #E01A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A44

Black with #E01A44

Text Example


Text Example

White with #E01A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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