Html Css Color HEX #EB2F40 Alizarin

📋 copy color: '#EB2F40'

red 235 ◦ green 47 ◦ blue 64

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

Shades of Alizarin #EB2F40

Tints of Alizarin #EB2F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 67.92%
G = 13.58%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2F40 (or 0xEB2F40) is known color: Alizarin. HEX triplet: EB, 2F and 40. RGB value is (235,47,64). Sum of RGB (Red+Green+Blue) = 235+47+64=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F40 is #14D0BF. Grayscale: #696969. Windows color (decimal): -1364160 or 4206571. OLE color: 4206571.

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

Color convert

RGB 235 47 64 -
CMYK 0 0.8 0.73 0.08
HSL 354.57º 0.82% 0.55% -
HSV(B) 354.57º 0.8% 0.92% -
XYZ 36.2 20.07 6.82 -
YUV 105.15 104.78 220.62 -
System Red Green Blue C M Y K H S L
Decimal 235 47 64 0 0.8 0.73 0.08 354.57 0.82 0.55
Hex EB 2F 40 0 50 49 8 163 52 37
Octal 353 57 100 0 120 111 10 543 122 67
Binary 11101011 101111 1000000 0 1010000 1001001 1000 101100011 1010010 110111

Color Harmonies of #EB2F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F40

Black with #EB2F40

Text Example


Text Example

White with #EB2F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F40; }

 p { color: rgb(235,47,64); }

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

background-color css

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

 a { background-color: rgb(235,47,64); }

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

border-color css

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

 span { border-color: rgb(235,47,64); }

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