Html Css Color HEX #E02630 Alizarin

📋 copy color: '#E02630'

red 224 ◦ green 38 ◦ blue 48

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

Shades of Alizarin #E02630

Tints of Alizarin #E02630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 72.26%
G = 12.26%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02630 (or 0xE02630) is known color: Alizarin. HEX triplet: E0, 26 and 30. RGB value is (224,38,48). Sum of RGB (Red+Green+Blue) = 224+38+48=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E02630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02630 is #1FD9CF. Grayscale: #5E5E5E. Windows color (decimal): -2087376 or 3155680. OLE color: 3155680.

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

Color convert

RGB 224 38 48 -
CMYK 0 0.83 0.79 0.12
HSL 356.77º 0.75% 0.51% -
HSV(B) 356.77º 0.83% 0.88% -
XYZ 31.97 17.45 4.48 -
YUV 94.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 224 38 48 0 0.83 0.79 0.12 356.77 0.75 0.51
Hex E0 26 30 0 53 4F C 165 4B 33
Octal 340 46 60 0 123 117 14 545 113 63
Binary 11100000 100110 110000 0 1010011 1001111 1100 101100101 1001011 110011

Color Harmonies of #E02630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02630

Black with #E02630

Text Example


Text Example

White with #E02630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02630; }

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

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

background-color css

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

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

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

border-color css

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

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

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