Html Css Color HEX #E02430 Alizarin

📋 copy color: '#E02430'

red 224 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #E02430

Tints of Alizarin #E02430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 72.73%
G = 11.69%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E02430 (or 0xE02430) is known color: Alizarin. HEX triplet: E0, 24 and 30. RGB value is (224,36,48). Sum of RGB (Red+Green+Blue) = 224+36+48=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E02430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02430 is #1FDBCF. Grayscale: #5D5D5D. Windows color (decimal): -2087888 or 3155168. OLE color: 3155168.

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

Color convert

RGB 224 36 48 -
CMYK 0 0.84 0.79 0.12
HSL 356.17º 0.75% 0.51% -
HSV(B) 356.17º 0.84% 0.88% -
XYZ 31.9 17.32 4.46 -
YUV 93.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 224 36 48 0 0.84 0.79 0.12 356.17 0.75 0.51
Hex E0 24 30 0 54 4F C 164 4B 33
Octal 340 44 60 0 124 117 14 544 113 63
Binary 11100000 100100 110000 0 1010100 1001111 1100 101100100 1001011 110011

Color Harmonies of #E02430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02430

Black with #E02430

Text Example


Text Example

White with #E02430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02430; }

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

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

background-color css

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

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

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

border-color css

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

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

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