Html Css Color HEX #EB1109 Red

📋 copy color: '#EB1109'

red 235 ◦ green 17 ◦ blue 9

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

Shades of Red #EB1109

Tints of Red #EB1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 90.04%
G = 6.51%
B = 3.45%

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

#EB1109 (or 0xEB1109) is known color: Red. HEX triplet: EB, 11 and 09. RGB value is (235,17,9). Sum of RGB (Red+Green+Blue) = 235+17+9=261 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.04% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1109 is #14EEF6. Grayscale: #515151. Windows color (decimal): -1371895 or 594411. OLE color: 594411.

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

Color convert

RGB 235 17 9 -
CMYK 0 0.93 0.96 0.08
HSL 2.12º 0.93% 0.48% -
HSV(B) 2.12º 0.96% 0.92% -
XYZ 34.51 18.08 1.93 -
YUV 81.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 235 17 9 0 0.93 0.96 0.08 2.12 0.93 0.48
Hex EB 11 9 0 5D 60 8 2 5D 30
Octal 353 21 11 0 135 140 10 2 135 60
Binary 11101011 10001 1001 0 1011101 1100000 1000 10 1011101 110000

Color Harmonies of #EB1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1109

Black with #EB1109

Text Example


Text Example

White with #EB1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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