Html Css Color HEX #EA3B3F Alizarin

📋 copy color: '#EA3B3F'

red 234 ◦ green 59 ◦ blue 63

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

Shades of Alizarin #EA3B3F

Tints of Alizarin #EA3B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

 BLUE value IS 63 (25% from 255) = 17.7%

R = 65.73%
G = 16.57%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA3B3F (or 0xEA3B3F) is known color: Alizarin. HEX triplet: EA, 3B and 3F. RGB value is (234,59,63). Sum of RGB (Red+Green+Blue) = 234+59+63=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3B3F is #15C4C0. Grayscale: #6F6F6F. Windows color (decimal): -1426625 or 4144106. OLE color: 4144106.

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

Color convert

RGB 234 59 63 -
CMYK 0 0.75 0.73 0.08
HSL 358.63º 0.81% 0.57% -
HSV(B) 358.63º 0.75% 0.92% -
XYZ 36.39 20.98 6.83 -
YUV 111.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 234 59 63 0 0.75 0.73 0.08 358.63 0.81 0.57
Hex EA 3B 3F 0 4B 49 8 167 51 39
Octal 352 73 77 0 113 111 10 547 121 71
Binary 11101010 111011 111111 0 1001011 1001001 1000 101100111 1010001 111001

Color Harmonies of #EA3B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B3F

Black with #EA3B3F

Text Example


Text Example

White with #EA3B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B3F; }

 p { color: rgb(234,59,63); }

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

background-color css

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

 a { background-color: rgb(234,59,63); }

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

border-color css

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

 span { border-color: rgb(234,59,63); }

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