Html Css Color HEX #EA2D2F Alizarin

📋 copy color: '#EA2D2F'

red 234 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #EA2D2F

Tints of Alizarin #EA2D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 71.78%
G = 13.8%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA2D2F (or 0xEA2D2F) is known color: Alizarin. HEX triplet: EA, 2D and 2F. RGB value is (234,45,47). Sum of RGB (Red+Green+Blue) = 234+45+47=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D2F is #15D2D0. Grayscale: #656565. Windows color (decimal): -1430225 or 3091946. OLE color: 3091946.

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

Color convert

RGB 234 45 47 -
CMYK 0 0.81 0.80 0.08
HSL 359.37º 0.82% 0.55% -
HSV(B) 359.37º 0.81% 0.92% -
XYZ 35.38 19.57 4.6 -
YUV 101.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 234 45 47 0 0.81 0.80 0.08 359.37 0.82 0.55
Hex EA 2D 2F 0 51 50 8 167 52 37
Octal 352 55 57 0 121 120 10 547 122 67
Binary 11101010 101101 101111 0 1010001 1010000 1000 101100111 1010010 110111

Color Harmonies of #EA2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D2F

Black with #EA2D2F

Text Example


Text Example

White with #EA2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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