Html Css Color HEX #E02D3A Alizarin

📋 copy color: '#E02D3A'

red 224 ◦ green 45 ◦ blue 58

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

Shades of Alizarin #E02D3A

Tints of Alizarin #E02D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 68.5%
G = 13.76%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E02D3A (or 0xE02D3A) is known color: Alizarin. HEX triplet: E0, 2D and 3A. RGB value is (224,45,58). Sum of RGB (Red+Green+Blue) = 224+45+58=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D3A is #1FD2C5. Grayscale: #646464. Windows color (decimal): -2085574 or 3812832. OLE color: 3812832.

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

Color convert

RGB 224 45 58 -
CMYK 0 0.80 0.74 0.12
HSL 355.64º 0.74% 0.53% -
HSV(B) 355.64º 0.8% 0.88% -
XYZ 32.44 18.03 5.77 -
YUV 100 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 224 45 58 0 0.80 0.74 0.12 355.64 0.74 0.53
Hex E0 2D 3A 0 50 4A C 164 4A 35
Octal 340 55 72 0 120 112 14 544 112 65
Binary 11100000 101101 111010 0 1010000 1001010 1100 101100100 1001010 110101

Color Harmonies of #E02D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D3A

Black with #E02D3A

Text Example


Text Example

White with #E02D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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