Html Css Color HEX #EA1526 Alizarin

📋 copy color: '#EA1526'

red 234 ◦ green 21 ◦ blue 38

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

Shades of Alizarin #EA1526

Tints of Alizarin #EA1526

RGB

 RED value IS 234 (91.8% from 255) = 79.86%

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 79.86%
G = 7.17%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA1526 (or 0xEA1526) is known color: Alizarin. HEX triplet: EA, 15 and 26. RGB value is (234,21,38). Sum of RGB (Red+Green+Blue) = 234+21+38=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1526 is #15EAD9. Grayscale: #565656. Windows color (decimal): -1436378 or 2495978. OLE color: 2495978.

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

Color convert

RGB 234 21 38 -
CMYK 0 0.91 0.84 0.08
HSL 355.21º 0.84% 0.5% -
HSV(B) 355.21º 0.91% 0.92% -
XYZ 34.55 18.17 3.52 -
YUV 86.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 234 21 38 0 0.91 0.84 0.08 355.21 0.84 0.5
Hex EA 15 26 0 5B 54 8 163 54 32
Octal 352 25 46 0 133 124 10 543 124 62
Binary 11101010 10101 100110 0 1011011 1010100 1000 101100011 1010100 110010

Color Harmonies of #EA1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1526

Black with #EA1526

Text Example


Text Example

White with #EA1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1526; }

 p { color: rgb(234,21,38); }

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

background-color css

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

 a { background-color: rgb(234,21,38); }

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

border-color css

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

 span { border-color: rgb(234,21,38); }

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