Html Css Color HEX #EB393C Alizarin

📋 copy color: '#EB393C'

red 235 ◦ green 57 ◦ blue 60

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

Shades of Alizarin #EB393C

Tints of Alizarin #EB393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

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

R = 66.76%
G = 16.19%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB393C (or 0xEB393C) is known color: Alizarin. HEX triplet: EB, 39 and 3C. RGB value is (235,57,60). Sum of RGB (Red+Green+Blue) = 235+57+60=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB393C is #14C6C3. Grayscale: #6E6E6E. Windows color (decimal): -1361604 or 3946987. OLE color: 3946987.

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

Color convert

RGB 235 57 60 -
CMYK 0 0.76 0.74 0.08
HSL 358.99º 0.82% 0.57% -
HSV(B) 358.99º 0.76% 0.92% -
XYZ 36.54 20.91 6.39 -
YUV 110.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 235 57 60 0 0.76 0.74 0.08 358.99 0.82 0.57
Hex EB 39 3C 0 4C 4A 8 167 52 39
Octal 353 71 74 0 114 112 10 547 122 71
Binary 11101011 111001 111100 0 1001100 1001010 1000 101100111 1010010 111001

Color Harmonies of #EB393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB393C

Black with #EB393C

Text Example


Text Example

White with #EB393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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