Html Css Color HEX #EB1103 Red

📋 copy color: '#EB1103'

red 235 ◦ green 17 ◦ blue 3

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

Shades of Red #EB1103

Tints of Red #EB1103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 92.16%
G = 6.67%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB1103 (or 0xEB1103) is known color: Red. HEX triplet: EB, 11 and 03. RGB value is (235,17,3). Sum of RGB (Red+Green+Blue) = 235+17+3=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1103 is #14EEFC. Grayscale: #505050. Windows color (decimal): -1371901 or 201195. OLE color: 201195.

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

Color convert

RGB 235 17 3 -
CMYK 0 0.93 0.99 0.08
HSL 3.62º 0.97% 0.47% -
HSV(B) 3.62º 0.99% 0.92% -
XYZ 34.48 18.07 1.76 -
YUV 80.59 84.22 238.14 -
System Red Green Blue C M Y K H S L
Decimal 235 17 3 0 0.93 0.99 0.08 3.62 0.97 0.47
Hex EB 11 3 0 5D 63 8 4 61 2F
Octal 353 21 3 0 135 143 10 4 141 57
Binary 11101011 10001 11 0 1011101 1100011 1000 100 1100001 101111

Color Harmonies of #EB1103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1103

Black with #EB1103

Text Example


Text Example

White with #EB1103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1103; }

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

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

background-color css

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

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

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

border-color css

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

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

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