Html Css Color HEX #E91425 Alizarin

📋 copy color: '#E91425'

red 233 ◦ green 20 ◦ blue 37

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

Shades of Alizarin #E91425

Tints of Alizarin #E91425

RGB

 RED value IS 233 (91.41% from 255) = 80.34%

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 80.34%
G = 6.9%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E91425 (or 0xE91425) is known color: Alizarin. HEX triplet: E9, 14 and 25. RGB value is (233,20,37). Sum of RGB (Red+Green+Blue) = 233+20+37=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E91425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91425 is #16EBDA. Grayscale: #555555. Windows color (decimal): -1502171 or 2430185. OLE color: 2430185.

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

Color convert

RGB 233 20 37 -
CMYK 0 0.91 0.84 0.09
HSL 355.21º 0.84% 0.5% -
HSV(B) 355.21º 0.91% 0.91% -
XYZ 34.19 17.96 3.41 -
YUV 85.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 233 20 37 0 0.91 0.84 0.09 355.21 0.84 0.5
Hex E9 14 25 0 5B 54 9 163 54 32
Octal 351 24 45 0 133 124 11 543 124 62
Binary 11101001 10100 100101 0 1011011 1010100 1001 101100011 1010100 110010

Color Harmonies of #E91425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E91425

Black with #E91425

Text Example


Text Example

White with #E91425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E91425; }

 p { color: rgb(233,20,37); }

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

background-color css

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

 a { background-color: rgb(233,20,37); }

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

border-color css

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

 span { border-color: rgb(233,20,37); }

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