Html Css Color HEX #E02935 Alizarin

📋 copy color: '#E02935'

red 224 ◦ green 41 ◦ blue 53

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

Shades of Alizarin #E02935

Tints of Alizarin #E02935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 70.44%
G = 12.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E02935 (or 0xE02935) is known color: Alizarin. HEX triplet: E0, 29 and 35. RGB value is (224,41,53). Sum of RGB (Red+Green+Blue) = 224+41+53=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E02935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02935 is #1FD6CA. Grayscale: #616161. Windows color (decimal): -2086603 or 3484128. OLE color: 3484128.

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

Color convert

RGB 224 41 53 -
CMYK 0 0.82 0.76 0.12
HSL 356.07º 0.75% 0.52% -
HSV(B) 356.07º 0.82% 0.88% -
XYZ 32.18 17.69 5.09 -
YUV 97.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 224 41 53 0 0.82 0.76 0.12 356.07 0.75 0.52
Hex E0 29 35 0 52 4C C 164 4B 34
Octal 340 51 65 0 122 114 14 544 113 64
Binary 11100000 101001 110101 0 1010010 1001100 1100 101100100 1001011 110100

Color Harmonies of #E02935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02935

Black with #E02935

Text Example


Text Example

White with #E02935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02935; }

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

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

background-color css

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

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

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

border-color css

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

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

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