Html Css Color HEX #E4252D Alizarin

📋 copy color: '#E4252D'

red 228 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #E4252D

Tints of Alizarin #E4252D

RGB

 RED value IS 228 (89.45% from 255) = 73.55%

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 73.55%
G = 11.94%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4252D (or 0xE4252D) is known color: Alizarin. HEX triplet: E4, 25 and 2D. RGB value is (228,37,45). Sum of RGB (Red+Green+Blue) = 228+37+45=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E4252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4252D is #1BDAD2. Grayscale: #5F5F5F. Windows color (decimal): -1825491 or 2958820. OLE color: 2958820.

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

Color convert

RGB 228 37 45 -
CMYK 0 0.84 0.80 0.11
HSL 357.49º 0.78% 0.52% -
HSV(B) 357.49º 0.84% 0.89% -
XYZ 33.13 18.01 4.21 -
YUV 95.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 228 37 45 0 0.84 0.80 0.11 357.49 0.78 0.52
Hex E4 25 2D 0 54 50 B 165 4E 34
Octal 344 45 55 0 124 120 13 545 116 64
Binary 11100100 100101 101101 0 1010100 1010000 1011 101100101 1001110 110100

Color Harmonies of #E4252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4252D

Black with #E4252D

Text Example


Text Example

White with #E4252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4252D; }

 p { color: rgb(228,37,45); }

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

background-color css

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

 a { background-color: rgb(228,37,45); }

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

border-color css

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

 span { border-color: rgb(228,37,45); }

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