Html Css Color HEX #EB100D Red

📋 copy color: '#EB100D'

red 235 ◦ green 16 ◦ blue 13

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

Shades of Red #EB100D

Tints of Red #EB100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 89.02%
G = 6.06%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB100D (or 0xEB100D) is known color: Red. HEX triplet: EB, 10 and 0D. RGB value is (235,16,13). Sum of RGB (Red+Green+Blue) = 235+16+13=264 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.02% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 235 - color contains mainly: red. Hex color #EB100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB100D is #14EFF2. Grayscale: #515151. Windows color (decimal): -1372147 or 856299. OLE color: 856299.

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

Color convert

RGB 235 16 13 -
CMYK 0 0.93 0.94 0.08
HSL 0.81º 0.9% 0.49% -
HSV(B) 0.81º 0.94% 0.92% -
XYZ 34.52 18.06 2.05 -
YUV 81.14 89.55 237.74 -
System Red Green Blue C M Y K H S L
Decimal 235 16 13 0 0.93 0.94 0.08 0.81 0.9 0.49
Hex EB 10 D 0 5D 5E 8 1 5A 31
Octal 353 20 15 0 135 136 10 1 132 61
Binary 11101011 10000 1101 0 1011101 1011110 1000 1 1011010 110001

Color Harmonies of #EB100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB100D

Black with #EB100D

Text Example


Text Example

White with #EB100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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