Html Css Color HEX #EA1426 Alizarin

📋 copy color: '#EA1426'

red 234 ◦ green 20 ◦ blue 38

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

Shades of Alizarin #EA1426

Tints of Alizarin #EA1426

RGB

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

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

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

R = 80.14%
G = 6.85%
B = 13.01%

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

#EA1426 (or 0xEA1426) is known color: Alizarin. HEX triplet: EA, 14 and 26. RGB value is (234,20,38). Sum of RGB (Red+Green+Blue) = 234+20+38=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA1426 is #15EBD9. Grayscale: #565656. Windows color (decimal): -1436634 or 2495722. OLE color: 2495722.

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

Color convert

RGB 234 20 38 -
CMYK 0 0.91 0.84 0.08
HSL 354.95º 0.84% 0.5% -
HSV(B) 354.95º 0.91% 0.92% -
XYZ 34.53 18.13 3.51 -
YUV 86.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 234 20 38 0 0.91 0.84 0.08 354.95 0.84 0.5
Hex EA 14 26 0 5B 54 8 163 54 32
Octal 352 24 46 0 133 124 10 543 124 62
Binary 11101010 10100 100110 0 1011011 1010100 1000 101100011 1010100 110010

Color Harmonies of #EA1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1426

Black with #EA1426

Text Example


Text Example

White with #EA1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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