Html Css Color HEX #E0272D Alizarin

📋 copy color: '#E0272D'

red 224 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #E0272D

Tints of Alizarin #E0272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 72.73%
G = 12.66%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0272D (or 0xE0272D) is known color: Alizarin. HEX triplet: E0, 27 and 2D. RGB value is (224,39,45). Sum of RGB (Red+Green+Blue) = 224+39+45=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0272D is #1FD8D2. Grayscale: #5F5F5F. Windows color (decimal): -2087123 or 2959328. OLE color: 2959328.

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

Color convert

RGB 224 39 45 -
CMYK 0 0.83 0.80 0.12
HSL 358.05º 0.75% 0.52% -
HSV(B) 358.05º 0.83% 0.88% -
XYZ 31.94 17.49 4.17 -
YUV 95 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 224 39 45 0 0.83 0.80 0.12 358.05 0.75 0.52
Hex E0 27 2D 0 53 50 C 166 4B 34
Octal 340 47 55 0 123 120 14 546 113 64
Binary 11100000 100111 101101 0 1010011 1010000 1100 101100110 1001011 110100

Color Harmonies of #E0272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0272D

Black with #E0272D

Text Example


Text Example

White with #E0272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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