Html Css Color HEX #EB293C Alizarin

📋 copy color: '#EB293C'

red 235 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #EB293C

Tints of Alizarin #EB293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

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

R = 69.94%
G = 12.2%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB293C (or 0xEB293C) is known color: Alizarin. HEX triplet: EB, 29 and 3C. RGB value is (235,41,60). Sum of RGB (Red+Green+Blue) = 235+41+60=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB293C is #14D6C3. Grayscale: #656565. Windows color (decimal): -1365700 or 3942891. OLE color: 3942891.

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

Color convert

RGB 235 41 60 -
CMYK 0 0.83 0.74 0.08
HSL 354.12º 0.83% 0.54% -
HSV(B) 354.12º 0.83% 0.92% -
XYZ 35.87 19.57 6.16 -
YUV 101.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 235 41 60 0 0.83 0.74 0.08 354.12 0.83 0.54
Hex EB 29 3C 0 53 4A 8 162 53 36
Octal 353 51 74 0 123 112 10 542 123 66
Binary 11101011 101001 111100 0 1010011 1001010 1000 101100010 1010011 110110

Color Harmonies of #EB293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB293C

Black with #EB293C

Text Example


Text Example

White with #EB293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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