Html Css Color HEX #EB110C Red

📋 copy color: '#EB110C'

red 235 ◦ green 17 ◦ blue 12

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

Shades of Red #EB110C

Tints of Red #EB110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 89.02%
G = 6.44%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB110C (or 0xEB110C) is known color: Red. HEX triplet: EB, 11 and 0C. RGB value is (235,17,12). Sum of RGB (Red+Green+Blue) = 235+17+12=264 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.02% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 235 - color contains mainly: red. Hex color #EB110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB110C is #14EEF3. Grayscale: #515151. Windows color (decimal): -1371892 or 791019. OLE color: 791019.

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

Color convert

RGB 235 17 12 -
CMYK 0 0.93 0.95 0.08
HSL 1.35º 0.9% 0.48% -
HSV(B) 1.35º 0.95% 0.92% -
XYZ 34.53 18.09 2.02 -
YUV 81.61 88.72 237.41 -
System Red Green Blue C M Y K H S L
Decimal 235 17 12 0 0.93 0.95 0.08 1.35 0.9 0.48
Hex EB 11 C 0 5D 5F 8 1 5A 30
Octal 353 21 14 0 135 137 10 1 132 60
Binary 11101011 10001 1100 0 1011101 1011111 1000 1 1011010 110000

Color Harmonies of #EB110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB110C

Black with #EB110C

Text Example


Text Example

White with #EB110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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