Html Css Color HEX #EB110A Red

📋 copy color: '#EB110A'

red 235 ◦ green 17 ◦ blue 10

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

Shades of Red #EB110A

Tints of Red #EB110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 10 (4.3% from 255) = 3.82%

R = 89.69%
G = 6.49%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB110A (or 0xEB110A) is known color: Red. HEX triplet: EB, 11 and 0A. RGB value is (235,17,10). Sum of RGB (Red+Green+Blue) = 235+17+10=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB110A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB110A is #14EEF5. Grayscale: #515151. Windows color (decimal): -1371894 or 659947. OLE color: 659947.

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

Color convert

RGB 235 17 10 -
CMYK 0 0.93 0.96 0.08
HSL 1.87º 0.92% 0.48% -
HSV(B) 1.87º 0.96% 0.92% -
XYZ 34.52 18.08 1.96 -
YUV 81.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 235 17 10 0 0.93 0.96 0.08 1.87 0.92 0.48
Hex EB 11 A 0 5D 60 8 2 5C 30
Octal 353 21 12 0 135 140 10 2 134 60
Binary 11101011 10001 1010 0 1011101 1100000 1000 10 1011100 110000

Color Harmonies of #EB110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB110A

Black with #EB110A

Text Example


Text Example

White with #EB110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB110A; }

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

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

background-color css

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

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

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

border-color css

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

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

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