Html Css Color HEX #EB1E32 Alizarin

📋 copy color: '#EB1E32'

red 235 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #EB1E32

Tints of Alizarin #EB1E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 74.6%
G = 9.52%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB1E32 (or 0xEB1E32) is known color: Alizarin. HEX triplet: EB, 1E and 32. RGB value is (235,30,50). Sum of RGB (Red+Green+Blue) = 235+30+50=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E32 is #14E1CD. Grayscale: #5D5D5D. Windows color (decimal): -1368526 or 3284715. OLE color: 3284715.

HSL color Cylindrical-coordinate representation of color #EB1E32: hue angle of 354.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1E32 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 30 50 -
CMYK 0 0.87 0.79 0.08
HSL 354.15º 0.84% 0.52% -
HSV(B) 354.15º 0.87% 0.92% -
XYZ 35.3 18.82 4.79 -
YUV 93.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 235 30 50 0 0.87 0.79 0.08 354.15 0.84 0.52
Hex EB 1E 32 0 57 4F 8 162 54 34
Octal 353 36 62 0 127 117 10 542 124 64
Binary 11101011 11110 110010 0 1010111 1001111 1000 101100010 1010100 110100

Color Harmonies of #EB1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E32

Black with #EB1E32

Text Example


Text Example

White with #EB1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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