Html Css Color HEX #EA242D Alizarin

📋 copy color: '#EA242D'

red 234 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #EA242D

Tints of Alizarin #EA242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 74.29%
G = 11.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA242D (or 0xEA242D) is known color: Alizarin. HEX triplet: EA, 24 and 2D. RGB value is (234,36,45). Sum of RGB (Red+Green+Blue) = 234+36+45=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA242D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA242D is #15DBD2. Grayscale: #606060. Windows color (decimal): -1432531 or 2958570. OLE color: 2958570.

HSL color Cylindrical-coordinate representation of color #EA242D: hue angle of 357.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA242D is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 45 -
CMYK 0 0.85 0.81 0.08
HSL 357.27º 0.83% 0.53% -
HSV(B) 357.27º 0.85% 0.92% -
XYZ 35.04 18.94 4.29 -
YUV 96.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 234 36 45 0 0.85 0.81 0.08 357.27 0.83 0.53
Hex EA 24 2D 0 55 51 8 165 52 35
Octal 352 44 55 0 125 121 10 545 122 65
Binary 11101010 100100 101101 0 1010101 1010001 1000 101100101 1010010 110101

Color Harmonies of #EA242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA242D

Black with #EA242D

Text Example


Text Example

White with #EA242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA242D; }

 p { color: rgb(234,36,45); }

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

background-color css

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

 a { background-color: rgb(234,36,45); }

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

border-color css

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

 span { border-color: rgb(234,36,45); }

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