Html Css Color HEX #E03034 Alizarin

📋 copy color: '#E03034'

red 224 ◦ green 48 ◦ blue 52

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

Shades of Alizarin #E03034

Tints of Alizarin #E03034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.81%

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 69.14%
G = 14.81%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E03034 (or 0xE03034) is known color: Alizarin. HEX triplet: E0, 30 and 34. RGB value is (224,48,52). Sum of RGB (Red+Green+Blue) = 224+48+52=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E03034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03034 is #1FCFCB. Grayscale: #656565. Windows color (decimal): -2084812 or 3420384. OLE color: 3420384.

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

Color convert

RGB 224 48 52 -
CMYK 0 0.79 0.77 0.12
HSL 358.64º 0.74% 0.53% -
HSV(B) 358.64º 0.79% 0.88% -
XYZ 32.42 18.21 5.05 -
YUV 101.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 224 48 52 0 0.79 0.77 0.12 358.64 0.74 0.53
Hex E0 30 34 0 4F 4D C 167 4A 35
Octal 340 60 64 0 117 115 14 547 112 65
Binary 11100000 110000 110100 0 1001111 1001101 1100 101100111 1001010 110101

Color Harmonies of #E03034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03034

Black with #E03034

Text Example


Text Example

White with #E03034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03034; }

 p { color: rgb(224,48,52); }

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

background-color css

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

 a { background-color: rgb(224,48,52); }

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

border-color css

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

 span { border-color: rgb(224,48,52); }

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