Html Css Color HEX #E0272A Alizarin

📋 copy color: '#E0272A'

red 224 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #E0272A

Tints of Alizarin #E0272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.79%

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 73.44%
G = 12.79%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0272A (or 0xE0272A) is known color: Alizarin. HEX triplet: E0, 27 and 2A. RGB value is (224,39,42). Sum of RGB (Red+Green+Blue) = 224+39+42=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0272A is #1FD8D5. Grayscale: #5E5E5E. Windows color (decimal): -2087126 or 2762720. OLE color: 2762720.

HSL color Cylindrical-coordinate representation of color #E0272A: hue angle of 359.03º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0272A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 42 -
CMYK 0 0.83 0.81 0.12
HSL 359.03º 0.75% 0.52% -
HSV(B) 359.03º 0.83% 0.88% -
XYZ 31.88 17.47 3.88 -
YUV 94.66 98.29 220.26 -
System Red Green Blue C M Y K H S L
Decimal 224 39 42 0 0.83 0.81 0.12 359.03 0.75 0.52
Hex E0 27 2A 0 53 51 C 167 4B 34
Octal 340 47 52 0 123 121 14 547 113 64
Binary 11100000 100111 101010 0 1010011 1010001 1100 101100111 1001011 110100

Color Harmonies of #E0272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0272A

Black with #E0272A

Text Example


Text Example

White with #E0272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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