Html Css Color HEX #E02834 Alizarin

📋 copy color: '#E02834'

red 224 ◦ green 40 ◦ blue 52

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

Shades of Alizarin #E02834

Tints of Alizarin #E02834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

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

R = 70.89%
G = 12.66%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E02834 (or 0xE02834) is known color: Alizarin. HEX triplet: E0, 28 and 34. RGB value is (224,40,52). Sum of RGB (Red+Green+Blue) = 224+40+52=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E02834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02834 is #1FD7CB. Grayscale: #606060. Windows color (decimal): -2086860 or 3418336. OLE color: 3418336.

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

Color convert

RGB 224 40 52 -
CMYK 0 0.82 0.77 0.12
HSL 356.09º 0.75% 0.52% -
HSV(B) 356.09º 0.82% 0.88% -
XYZ 32.12 17.61 4.96 -
YUV 96.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 224 40 52 0 0.82 0.77 0.12 356.09 0.75 0.52
Hex E0 28 34 0 52 4D C 164 4B 34
Octal 340 50 64 0 122 115 14 544 113 64
Binary 11100000 101000 110100 0 1010010 1001101 1100 101100100 1001011 110100

Color Harmonies of #E02834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02834

Black with #E02834

Text Example


Text Example

White with #E02834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02834; }

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

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

background-color css

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

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

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

border-color css

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

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

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