Html Css Color HEX #EE100E Red

📋 copy color: '#EE100E'

red 238 ◦ green 16 ◦ blue 14

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

Shades of Red #EE100E

Tints of Red #EE100E

RGB

 RED value IS 238 (93.36% from 255) = 88.81%

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 88.81%
G = 5.97%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE100E (or 0xEE100E) is known color: Red. HEX triplet: EE, 10 and 0E. RGB value is (238,16,14). Sum of RGB (Red+Green+Blue) = 238+16+14=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE100E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE100E is #11EFF1. Grayscale: #525252. Windows color (decimal): -1175538 or 921838. OLE color: 921838.

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

Color convert

RGB 238 16 14 -
CMYK 0 0.93 0.94 0.07
HSL 0.54º 0.89% 0.49% -
HSV(B) 0.54º 0.94% 0.93% -
XYZ 35.52 18.58 2.13 -
YUV 82.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 238 16 14 0 0.93 0.94 0.07 0.54 0.89 0.49
Hex EE 10 E 0 5D 5E 7 1 59 31
Octal 356 20 16 0 135 136 7 1 131 61
Binary 11101110 10000 1110 0 1011101 1011110 111 1 1011001 110001

Color Harmonies of #EE100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE100E

Black with #EE100E

Text Example


Text Example

White with #EE100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE100E; }

 p { color: rgb(238,16,14); }

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

background-color css

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

 a { background-color: rgb(238,16,14); }

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

border-color css

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

 span { border-color: rgb(238,16,14); }

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