Html Css Color HEX #EB1E2F Alizarin

📋 copy color: '#EB1E2F'

red 235 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #EB1E2F

Tints of Alizarin #EB1E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 75.32%
G = 9.62%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB1E2F (or 0xEB1E2F) is known color: Alizarin. HEX triplet: EB, 1E and 2F. RGB value is (235,30,47). Sum of RGB (Red+Green+Blue) = 235+30+47=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E2F is #14E1D0. Grayscale: #5D5D5D. Windows color (decimal): -1368529 or 3088107. OLE color: 3088107.

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

Color convert

RGB 235 30 47 -
CMYK 0 0.87 0.8 0.08
HSL 355.02º 0.84% 0.52% -
HSV(B) 355.02º 0.87% 0.92% -
XYZ 35.24 18.8 4.46 -
YUV 93.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 235 30 47 0 0.87 0.8 0.08 355.02 0.84 0.52
Hex EB 1E 2F 0 57 50 8 163 54 34
Octal 353 36 57 0 127 120 10 543 124 64
Binary 11101011 11110 101111 0 1010111 1010000 1000 101100011 1010100 110100

Color Harmonies of #EB1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E2F

Black with #EB1E2F

Text Example


Text Example

White with #EB1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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