Html Css Color HEX #E02E3D Alizarin

📋 copy color: '#E02E3D'

red 224 ◦ green 46 ◦ blue 61

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

Shades of Alizarin #E02E3D

Tints of Alizarin #E02E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.9%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 67.67%
G = 13.9%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E02E3D (or 0xE02E3D) is known color: Alizarin. HEX triplet: E0, 2E and 3D. RGB value is (224,46,61). Sum of RGB (Red+Green+Blue) = 224+46+61=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E3D is #1FD1C2. Grayscale: #656565. Windows color (decimal): -2085315 or 4009696. OLE color: 4009696.

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

Color convert

RGB 224 46 61 -
CMYK 0 0.79 0.73 0.12
HSL 354.94º 0.74% 0.53% -
HSV(B) 354.94º 0.79% 0.88% -
XYZ 32.56 18.14 6.2 -
YUV 100.93 105.47 215.78 -
System Red Green Blue C M Y K H S L
Decimal 224 46 61 0 0.79 0.73 0.12 354.94 0.74 0.53
Hex E0 2E 3D 0 4F 49 C 163 4A 35
Octal 340 56 75 0 117 111 14 543 112 65
Binary 11100000 101110 111101 0 1001111 1001001 1100 101100011 1001010 110101

Color Harmonies of #E02E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E3D

Black with #E02E3D

Text Example


Text Example

White with #E02E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E3D; }

 p { color: rgb(224,46,61); }

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

background-color css

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

 a { background-color: rgb(224,46,61); }

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

border-color css

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

 span { border-color: rgb(224,46,61); }

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