Html Css Color HEX #EA2D30 Alizarin

📋 copy color: '#EA2D30'

red 234 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #EA2D30

Tints of Alizarin #EA2D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 71.56%
G = 13.76%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2D30 (or 0xEA2D30) is known color: Alizarin. HEX triplet: EA, 2D and 30. RGB value is (234,45,48). Sum of RGB (Red+Green+Blue) = 234+45+48=327 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.56% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D30 is #15D2CF. Grayscale: #666666. Windows color (decimal): -1430224 or 3157482. OLE color: 3157482.

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

Color convert

RGB 234 45 48 -
CMYK 0 0.81 0.79 0.08
HSL 359.05º 0.82% 0.55% -
HSV(B) 359.05º 0.81% 0.92% -
XYZ 35.4 19.58 4.71 -
YUV 101.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 234 45 48 0 0.81 0.79 0.08 359.05 0.82 0.55
Hex EA 2D 30 0 51 4F 8 167 52 37
Octal 352 55 60 0 121 117 10 547 122 67
Binary 11101010 101101 110000 0 1010001 1001111 1000 101100111 1010010 110111

Color Harmonies of #EA2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D30

Black with #EA2D30

Text Example


Text Example

White with #EA2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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