Html Css Color HEX #EB2A3C Alizarin

📋 copy color: '#EB2A3C'

red 235 ◦ green 42 ◦ blue 60

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

Shades of Alizarin #EB2A3C

Tints of Alizarin #EB2A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.46%

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

R = 69.73%
G = 12.46%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB2A3C (or 0xEB2A3C) is known color: Alizarin. HEX triplet: EB, 2A and 3C. RGB value is (235,42,60). Sum of RGB (Red+Green+Blue) = 235+42+60=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A3C is #14D5C3. Grayscale: #656565. Windows color (decimal): -1365444 or 3943147. OLE color: 3943147.

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

Color convert

RGB 235 42 60 -
CMYK 0 0.82 0.74 0.08
HSL 354.4º 0.83% 0.54% -
HSV(B) 354.4º 0.82% 0.92% -
XYZ 35.9 19.64 6.17 -
YUV 101.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 235 42 60 0 0.82 0.74 0.08 354.4 0.83 0.54
Hex EB 2A 3C 0 52 4A 8 162 53 36
Octal 353 52 74 0 122 112 10 542 123 66
Binary 11101011 101010 111100 0 1010010 1001010 1000 101100010 1010011 110110

Color Harmonies of #EB2A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A3C

Black with #EB2A3C

Text Example


Text Example

White with #EB2A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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