Html Css Color HEX #EB1E2C Alizarin

📋 copy color: '#EB1E2C'

red 235 ◦ green 30 ◦ blue 44

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

Shades of Alizarin #EB1E2C

Tints of Alizarin #EB1E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 76.05%
G = 9.71%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB1E2C (or 0xEB1E2C) is known color: Alizarin. HEX triplet: EB, 1E and 2C. RGB value is (235,30,44). Sum of RGB (Red+Green+Blue) = 235+30+44=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E2C is #14E1D3. Grayscale: #5D5D5D. Windows color (decimal): -1368532 or 2891499. OLE color: 2891499.

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

Color convert

RGB 235 30 44 -
CMYK 0 0.87 0.81 0.08
HSL 355.9º 0.84% 0.52% -
HSV(B) 355.9º 0.87% 0.92% -
XYZ 35.18 18.77 4.15 -
YUV 92.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 235 30 44 0 0.87 0.81 0.08 355.9 0.84 0.52
Hex EB 1E 2C 0 57 51 8 164 54 34
Octal 353 36 54 0 127 121 10 544 124 64
Binary 11101011 11110 101100 0 1010111 1010001 1000 101100100 1010100 110100

Color Harmonies of #EB1E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E2C

Black with #EB1E2C

Text Example


Text Example

White with #EB1E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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