Html Css Color HEX #EB1C1E Alizarin

📋 copy color: '#EB1C1E'

red 235 ◦ green 28 ◦ blue 30

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

Shades of Alizarin #EB1C1E

Tints of Alizarin #EB1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.56%

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 80.2%
G = 9.56%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EB1C1E (or 0xEB1C1E) is known color: Alizarin. HEX triplet: EB, 1C and 1E. RGB value is (235,28,30). Sum of RGB (Red+Green+Blue) = 235+28+30=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C1E is #14E3E1. Grayscale: #5A5A5A. Windows color (decimal): -1369058 or 1973483. OLE color: 1973483.

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

Color convert

RGB 235 28 30 -
CMYK 0 0.88 0.87 0.08
HSL 359.42º 0.84% 0.52% -
HSV(B) 359.42º 0.88% 0.92% -
XYZ 34.91 18.59 2.98 -
YUV 90.12 94.08 231.34 -
System Red Green Blue C M Y K H S L
Decimal 235 28 30 0 0.88 0.87 0.08 359.42 0.84 0.52
Hex EB 1C 1E 0 58 57 8 167 54 34
Octal 353 34 36 0 130 127 10 547 124 64
Binary 11101011 11100 11110 0 1011000 1010111 1000 101100111 1010100 110100

Color Harmonies of #EB1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C1E

Black with #EB1C1E

Text Example


Text Example

White with #EB1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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