Html Css Color HEX #E0110F Red

📋 copy color: '#E0110F'

red 224 ◦ green 17 ◦ blue 15

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

Shades of Red #E0110F

Tints of Red #E0110F

RGB

 RED value IS 224 (87.89% from 255) = 87.5%

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 87.5%
G = 6.64%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0110F (or 0xE0110F) is known color: Red. HEX triplet: E0, 11 and 0F. RGB value is (224,17,15). Sum of RGB (Red+Green+Blue) = 224+17+15=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0110F is #1FEEF0. Grayscale: #4E4E4E. Windows color (decimal): -2092785 or 987616. OLE color: 987616.

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

Color convert

RGB 224 17 15 -
CMYK 0 0.92 0.93 0.12
HSL 0.57º 0.87% 0.47% -
HSV(B) 0.57º 0.93% 0.88% -
XYZ 31.03 16.28 1.96 -
YUV 78.67 92.08 231.66 -
System Red Green Blue C M Y K H S L
Decimal 224 17 15 0 0.92 0.93 0.12 0.57 0.87 0.47
Hex E0 11 F 0 5C 5D C 1 57 2F
Octal 340 21 17 0 134 135 14 1 127 57
Binary 11100000 10001 1111 0 1011100 1011101 1100 1 1010111 101111

Color Harmonies of #E0110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0110F

Black with #E0110F

Text Example


Text Example

White with #E0110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0110F; }

 p { color: rgb(224,17,15); }

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

background-color css

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

 a { background-color: rgb(224,17,15); }

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

border-color css

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

 span { border-color: rgb(224,17,15); }

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