Html Css Color HEX #E01129 Crimson

📋 copy color: '#E01129'

red 224 ◦ green 17 ◦ blue 41

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

Shades of Crimson #E01129

Tints of Crimson #E01129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 79.43%
G = 6.03%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01129 (or 0xE01129) is known color: Crimson. HEX triplet: E0, 11 and 29. RGB value is (224,17,41). Sum of RGB (Red+Green+Blue) = 224+17+41=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01129 is #1FEED6. Grayscale: #515151. Windows color (decimal): -2092759 or 2691552. OLE color: 2691552.

HSL color Cylindrical-coordinate representation of color #E01129: hue angle of 353.04º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01129 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 41 -
CMYK 0 0.92 0.82 0.12
HSL 353.04º 0.86% 0.47% -
HSV(B) 353.04º 0.92% 0.88% -
XYZ 31.34 16.41 3.61 -
YUV 81.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 224 17 41 0 0.92 0.82 0.12 353.04 0.86 0.47
Hex E0 11 29 0 5C 52 C 161 56 2F
Octal 340 21 51 0 134 122 14 541 126 57
Binary 11100000 10001 101001 0 1011100 1010010 1100 101100001 1010110 101111

Color Harmonies of #E01129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01129

Black with #E01129

Text Example


Text Example

White with #E01129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01129; }

 p { color: rgb(224,17,41); }

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

background-color css

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

 a { background-color: rgb(224,17,41); }

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

border-color css

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

 span { border-color: rgb(224,17,41); }

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