Html Css Color HEX #EB373C Alizarin

📋 copy color: '#EB373C'

red 235 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #EB373C

Tints of Alizarin #EB373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 67.14%
G = 15.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB373C (or 0xEB373C) is known color: Alizarin. HEX triplet: EB, 37 and 3C. RGB value is (235,55,60). Sum of RGB (Red+Green+Blue) = 235+55+60=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB373C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB373C is #14C8C3. Grayscale: #6D6D6D. Windows color (decimal): -1362116 or 3946475. OLE color: 3946475.

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

Color convert

RGB 235 55 60 -
CMYK 0 0.77 0.74 0.08
HSL 358.33º 0.82% 0.57% -
HSV(B) 358.33º 0.77% 0.92% -
XYZ 36.44 20.72 6.35 -
YUV 109.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 235 55 60 0 0.77 0.74 0.08 358.33 0.82 0.57
Hex EB 37 3C 0 4D 4A 8 166 52 39
Octal 353 67 74 0 115 112 10 546 122 71
Binary 11101011 110111 111100 0 1001101 1001010 1000 101100110 1010010 111001

Color Harmonies of #EB373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB373C

Black with #EB373C

Text Example


Text Example

White with #EB373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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