Html Css Color HEX #EB1010 Red

📋 copy color: '#EB1010'

red 235 ◦ green 16 ◦ blue 16

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

Shades of Red #EB1010

Tints of Red #EB1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 88.01%
G = 5.99%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB1010 (or 0xEB1010) is known color: Red. HEX triplet: EB, 10 and 10. RGB value is (235,16,16). Sum of RGB (Red+Green+Blue) = 235+16+16=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1010 is #14EFEF. Grayscale: #515151. Windows color (decimal): -1372144 or 1052907. OLE color: 1052907.

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

Color convert

RGB 235 16 16 -
CMYK 0 0.93 0.93 0.08
HSL 0.87% 0.49% -
HSV(B) 0.93% 0.92% -
XYZ 34.54 18.07 2.16 -
YUV 81.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 235 16 16 0 0.93 0.93 0.08 0 0.87 0.49
Hex EB 10 10 0 5D 5D 8 0 57 31
Octal 353 20 20 0 135 135 10 0 127 61
Binary 11101011 10000 10000 0 1011101 1011101 1000 0 1010111 110001

Color Harmonies of #EB1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1010

Black with #EB1010

Text Example


Text Example

White with #EB1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1010; }

 p { color: rgb(235,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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