Html Css Color HEX #EA212F Alizarin

📋 copy color: '#EA212F'

red 234 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #EA212F

Tints of Alizarin #EA212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 74.52%
G = 10.51%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA212F (or 0xEA212F) is known color: Alizarin. HEX triplet: EA, 21 and 2F. RGB value is (234,33,47). Sum of RGB (Red+Green+Blue) = 234+33+47=314 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.52% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 234 - color contains mainly: red. Hex color #EA212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA212F is #15DED0. Grayscale: #5E5E5E. Windows color (decimal): -1433297 or 3088874. OLE color: 3088874.

HSL color Cylindrical-coordinate representation of color #EA212F: hue angle of 355.82º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA212F is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 47 -
CMYK 0 0.86 0.80 0.08
HSL 355.82º 0.83% 0.52% -
HSV(B) 355.82º 0.86% 0.92% -
XYZ 34.99 18.79 4.47 -
YUV 94.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 234 33 47 0 0.86 0.80 0.08 355.82 0.83 0.52
Hex EA 21 2F 0 56 50 8 164 53 34
Octal 352 41 57 0 126 120 10 544 123 64
Binary 11101010 100001 101111 0 1010110 1010000 1000 101100100 1010011 110100

Color Harmonies of #EA212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA212F

Black with #EA212F

Text Example


Text Example

White with #EA212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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