Html Css Color HEX #E21B25 Alizarin

📋 copy color: '#E21B25'

red 226 ◦ green 27 ◦ blue 37

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

Shades of Alizarin #E21B25

Tints of Alizarin #E21B25

RGB

 RED value IS 226 (88.67% from 255) = 77.93%

 GREEN value IS 27 (10.94% from 255) = 9.31%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 77.93%
G = 9.31%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E21B25 (or 0xE21B25) is known color: Alizarin. HEX triplet: E2, 1B and 25. RGB value is (226,27,37). Sum of RGB (Red+Green+Blue) = 226+27+37=290 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.93% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 226 - color contains mainly: red. Hex color #E21B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21B25 is #1DE4DA. Grayscale: #575757. Windows color (decimal): -1959131 or 2431970. OLE color: 2431970.

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

Color convert

RGB 226 27 37 -
CMYK 0 0.88 0.84 0.11
HSL 356.98º 0.79% 0.5% -
HSV(B) 356.98º 0.88% 0.89% -
XYZ 32.09 17.09 3.36 -
YUV 87.64 99.43 226.69 -
System Red Green Blue C M Y K H S L
Decimal 226 27 37 0 0.88 0.84 0.11 356.98 0.79 0.5
Hex E2 1B 25 0 58 54 B 165 4F 32
Octal 342 33 45 0 130 124 13 545 117 62
Binary 11100010 11011 100101 0 1011000 1010100 1011 101100101 1001111 110010

Color Harmonies of #E21B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21B25

Black with #E21B25

Text Example


Text Example

White with #E21B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21B25; }

 p { color: rgb(226,27,37); }

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

background-color css

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

 a { background-color: rgb(226,27,37); }

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

border-color css

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

 span { border-color: rgb(226,27,37); }

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