Html Css Color HEX #EB373F Alizarin

📋 copy color: '#EB373F'

red 235 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #EB373F

Tints of Alizarin #EB373F

RGB

 RED value IS 235 (92.19% from 255) = 66.57%

 GREEN value IS 55 (21.88% from 255) = 15.58%

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

R = 66.57%
G = 15.58%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB373F (or 0xEB373F) is known color: Alizarin. HEX triplet: EB, 37 and 3F. RGB value is (235,55,63). Sum of RGB (Red+Green+Blue) = 235+55+63=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373F is #14C8C0. Grayscale: #6D6D6D. Windows color (decimal): -1362113 or 4143083. OLE color: 4143083.

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

Color convert

RGB 235 55 63 -
CMYK 0 0.77 0.73 0.08
HSL 357.33º 0.82% 0.57% -
HSV(B) 357.33º 0.77% 0.92% -
XYZ 36.52 20.75 6.78 -
YUV 109.73 101.63 217.35 -
System Red Green Blue C M Y K H S L
Decimal 235 55 63 0 0.77 0.73 0.08 357.33 0.82 0.57
Hex EB 37 3F 0 4D 49 8 165 52 39
Octal 353 67 77 0 115 111 10 545 122 71
Binary 11101011 110111 111111 0 1001101 1001001 1000 101100101 1010010 111001

Color Harmonies of #EB373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB373F

Black with #EB373F

Text Example


Text Example

White with #EB373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB373F; }

 p { color: rgb(235,55,63); }

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

background-color css

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

 a { background-color: rgb(235,55,63); }

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

border-color css

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

 span { border-color: rgb(235,55,63); }

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