Html Css Color HEX #E02326 Alizarin

📋 copy color: '#E02326'

red 224 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #E02326

Tints of Alizarin #E02326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 75.42%
G = 11.78%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02326 (or 0xE02326) is known color: Alizarin. HEX triplet: E0, 23 and 26. RGB value is (224,35,38). Sum of RGB (Red+Green+Blue) = 224+35+38=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E02326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02326 is #1FDCD9. Grayscale: #5C5C5C. Windows color (decimal): -2088154 or 2499552. OLE color: 2499552.

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

Color convert

RGB 224 35 38 -
CMYK 0 0.84 0.83 0.12
HSL 359.05º 0.75% 0.51% -
HSV(B) 359.05º 0.84% 0.88% -
XYZ 31.69 17.19 3.48 -
YUV 91.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 224 35 38 0 0.84 0.83 0.12 359.05 0.75 0.51
Hex E0 23 26 0 54 53 C 167 4B 33
Octal 340 43 46 0 124 123 14 547 113 63
Binary 11100000 100011 100110 0 1010100 1010011 1100 101100111 1001011 110011

Color Harmonies of #E02326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02326

Black with #E02326

Text Example


Text Example

White with #E02326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02326; }

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

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

background-color css

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

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

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

border-color css

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

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

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