Html Css Color HEX #EB3A3C Alizarin

📋 copy color: '#EB3A3C'

red 235 ◦ green 58 ◦ blue 60

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

Shades of Alizarin #EB3A3C

Tints of Alizarin #EB3A3C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

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

R = 66.57%
G = 16.43%
B = 17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB3A3C (or 0xEB3A3C) is known color: Alizarin. HEX triplet: EB, 3A and 3C. RGB value is (235,58,60). Sum of RGB (Red+Green+Blue) = 235+58+60=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A3C is #14C5C3. Grayscale: #6F6F6F. Windows color (decimal): -1361348 or 3947243. OLE color: 3947243.

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

Color convert

RGB 235 58 60 -
CMYK 0 0.75 0.74 0.08
HSL 359.32º 0.82% 0.57% -
HSV(B) 359.32º 0.75% 0.92% -
XYZ 36.59 21.01 6.4 -
YUV 111.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 235 58 60 0 0.75 0.74 0.08 359.32 0.82 0.57
Hex EB 3A 3C 0 4B 4A 8 167 52 39
Octal 353 72 74 0 113 112 10 547 122 71
Binary 11101011 111010 111100 0 1001011 1001010 1000 101100111 1010010 111001

Color Harmonies of #EB3A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A3C

Black with #EB3A3C

Text Example


Text Example

White with #EB3A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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