Html Css Color HEX #EB373B Alizarin

📋 copy color: '#EB373B'

red 235 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #EB373B

Tints of Alizarin #EB373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 67.34%
G = 15.76%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB373B (or 0xEB373B) is known color: Alizarin. HEX triplet: EB, 37 and 3B. RGB value is (235,55,59). Sum of RGB (Red+Green+Blue) = 235+55+59=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373B is #14C8C4. Grayscale: #6D6D6D. Windows color (decimal): -1362117 or 3880939. OLE color: 3880939.

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

Color convert

RGB 235 55 59 -
CMYK 0 0.77 0.75 0.08
HSL 358.67º 0.82% 0.57% -
HSV(B) 358.67º 0.77% 0.92% -
XYZ 36.42 20.71 6.22 -
YUV 109.28 99.63 217.67 -
System Red Green Blue C M Y K H S L
Decimal 235 55 59 0 0.77 0.75 0.08 358.67 0.82 0.57
Hex EB 37 3B 0 4D 4B 8 167 52 39
Octal 353 67 73 0 115 113 10 547 122 71
Binary 11101011 110111 111011 0 1001101 1001011 1000 101100111 1010010 111001

Color Harmonies of #EB373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB373B

Black with #EB373B

Text Example


Text Example

White with #EB373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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