Html Css Color HEX #E01A27 Alizarin

📋 copy color: '#E01A27'

red 224 ◦ green 26 ◦ blue 39

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

Shades of Alizarin #E01A27

Tints of Alizarin #E01A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 77.51%
G = 9%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E01A27 (or 0xE01A27) is known color: Alizarin. HEX triplet: E0, 1A and 27. RGB value is (224,26,39). Sum of RGB (Red+Green+Blue) = 224+26+39=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01A27 is #1FE5D8. Grayscale: #565656. Windows color (decimal): -2090457 or 2562784. OLE color: 2562784.

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

Color convert

RGB 224 26 39 -
CMYK 0 0.88 0.83 0.12
HSL 356.06º 0.79% 0.49% -
HSV(B) 356.06º 0.88% 0.88% -
XYZ 31.48 16.73 3.49 -
YUV 86.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 224 26 39 0 0.88 0.83 0.12 356.06 0.79 0.49
Hex E0 1A 27 0 58 53 C 164 4F 31
Octal 340 32 47 0 130 123 14 544 117 61
Binary 11100000 11010 100111 0 1011000 1010011 1100 101100100 1001111 110001

Color Harmonies of #E01A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A27

Black with #E01A27

Text Example


Text Example

White with #E01A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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