Html Css Color HEX #EE100D Red

📋 copy color: '#EE100D'

red 238 ◦ green 16 ◦ blue 13

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

Shades of Red #EE100D

Tints of Red #EE100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 89.14%
G = 5.99%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE100D (or 0xEE100D) is known color: Red. HEX triplet: EE, 10 and 0D. RGB value is (238,16,13). Sum of RGB (Red+Green+Blue) = 238+16+13=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE100D is #11EFF2. Grayscale: #525252. Windows color (decimal): -1175539 or 856302. OLE color: 856302.

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

Color convert

RGB 238 16 13 -
CMYK 0 0.93 0.95 0.07
HSL 0.8º 0.9% 0.49% -
HSV(B) 0.8º 0.95% 0.93% -
XYZ 35.52 18.58 2.09 -
YUV 82.04 89.05 239.24 -
System Red Green Blue C M Y K H S L
Decimal 238 16 13 0 0.93 0.95 0.07 0.8 0.9 0.49
Hex EE 10 D 0 5D 5F 7 1 5A 31
Octal 356 20 15 0 135 137 7 1 132 61
Binary 11101110 10000 1101 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #EE100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE100D

Black with #EE100D

Text Example


Text Example

White with #EE100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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