Html Css Color HEX #EB353C Alizarin

📋 copy color: '#EB353C'

red 235 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #EB353C

Tints of Alizarin #EB353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 67.53%
G = 15.23%
B = 17.24%

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

#EB353C (or 0xEB353C) is known color: Alizarin. HEX triplet: EB, 35 and 3C. RGB value is (235,53,60). Sum of RGB (Red+Green+Blue) = 235+53+60=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB353C is #14CAC3. Grayscale: #6C6C6C. Windows color (decimal): -1362628 or 3945963. OLE color: 3945963.

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

Color convert

RGB 235 53 60 -
CMYK 0 0.77 0.74 0.08
HSL 357.69º 0.82% 0.56% -
HSV(B) 357.69º 0.77% 0.92% -
XYZ 36.35 20.53 6.32 -
YUV 108.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 235 53 60 0 0.77 0.74 0.08 357.69 0.82 0.56
Hex EB 35 3C 0 4D 4A 8 166 52 38
Octal 353 65 74 0 115 112 10 546 122 70
Binary 11101011 110101 111100 0 1001101 1001010 1000 101100110 1010010 111000

Color Harmonies of #EB353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB353C

Black with #EB353C

Text Example


Text Example

White with #EB353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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