Html Css Color HEX #EB1211 Red

📋 copy color: '#EB1211'

red 235 ◦ green 18 ◦ blue 17

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

Shades of Red #EB1211

Tints of Red #EB1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 87.04%
G = 6.67%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB1211 (or 0xEB1211) is known color: Red. HEX triplet: EB, 12 and 11. RGB value is (235,18,17). Sum of RGB (Red+Green+Blue) = 235+18+17=270 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.04% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1211 is #14EDEE. Grayscale: #525252. Windows color (decimal): -1371631 or 1118955. OLE color: 1118955.

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

Color convert

RGB 235 18 17 -
CMYK 0 0.92 0.93 0.08
HSL 0.28º 0.87% 0.49% -
HSV(B) 0.28º 0.93% 0.92% -
XYZ 34.58 18.14 2.21 -
YUV 82.77 90.89 236.58 -
System Red Green Blue C M Y K H S L
Decimal 235 18 17 0 0.92 0.93 0.08 0.28 0.87 0.49
Hex EB 12 11 0 5C 5D 8 0 57 31
Octal 353 22 21 0 134 135 10 0 127 61
Binary 11101011 10010 10001 0 1011100 1011101 1000 0 1010111 110001

Color Harmonies of #EB1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1211

Black with #EB1211

Text Example


Text Example

White with #EB1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1211; }

 p { color: rgb(235,18,17); }

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

background-color css

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

 a { background-color: rgb(235,18,17); }

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

border-color css

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

 span { border-color: rgb(235,18,17); }

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