Html Css Color HEX #EE101C Torch Red

📋 copy color: '#EE101C'

red 238 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #EE101C

Tints of Torch Red #EE101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 84.4%
G = 5.67%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE101C (or 0xEE101C) is known color: Torch Red. HEX triplet: EE, 10 and 1C. RGB value is (238,16,28). Sum of RGB (Red+Green+Blue) = 238+16+28=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE101C is #11EFE3. Grayscale: #535353. Windows color (decimal): -1175524 or 1839342. OLE color: 1839342.

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

Color convert

RGB 238 16 28 -
CMYK 0 0.93 0.88 0.07
HSL 356.76º 0.87% 0.5% -
HSV(B) 356.76º 0.93% 0.93% -
XYZ 35.65 18.63 2.82 -
YUV 83.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 238 16 28 0 0.93 0.88 0.07 356.76 0.87 0.5
Hex EE 10 1C 0 5D 58 7 165 57 32
Octal 356 20 34 0 135 130 7 545 127 62
Binary 11101110 10000 11100 0 1011101 1011000 111 101100101 1010111 110010

Color Harmonies of #EE101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE101C

Black with #EE101C

Text Example


Text Example

White with #EE101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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