Html Css Color HEX #EB2F32 Alizarin

📋 copy color: '#EB2F32'

red 235 ◦ green 47 ◦ blue 50

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

Shades of Alizarin #EB2F32

Tints of Alizarin #EB2F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 70.78%
G = 14.16%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2F32 (or 0xEB2F32) is known color: Alizarin. HEX triplet: EB, 2F and 32. RGB value is (235,47,50). Sum of RGB (Red+Green+Blue) = 235+47+50=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F32 is #14D0CD. Grayscale: #676767. Windows color (decimal): -1364174 or 3289067. OLE color: 3289067.

HSL color Cylindrical-coordinate representation of color #EB2F32: hue angle of 359.04º 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 #EB2F32 is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 47 50 -
CMYK 0 0.8 0.79 0.08
HSL 359.04º 0.82% 0.55% -
HSV(B) 359.04º 0.8% 0.92% -
XYZ 35.85 19.93 4.97 -
YUV 103.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 235 47 50 0 0.8 0.79 0.08 359.04 0.82 0.55
Hex EB 2F 32 0 50 4F 8 167 52 37
Octal 353 57 62 0 120 117 10 547 122 67
Binary 11101011 101111 110010 0 1010000 1001111 1000 101100111 1010010 110111

Color Harmonies of #EB2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F32

Black with #EB2F32

Text Example


Text Example

White with #EB2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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