Html Css Color HEX #EE103C Torch Red

📋 copy color: '#EE103C'

red 238 ◦ green 16 ◦ blue 60

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

Shades of Torch Red #EE103C

Tints of Torch Red #EE103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 75.8%
G = 5.1%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE103C (or 0xEE103C) is known color: Torch Red. HEX triplet: EE, 10 and 3C. RGB value is (238,16,60). Sum of RGB (Red+Green+Blue) = 238+16+60=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE103C is #11EFC3. Grayscale: #575757. Windows color (decimal): -1175492 or 3936494. OLE color: 3936494.

HSL color Cylindrical-coordinate representation of color #EE103C: hue angle of 348.11º 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 #EE103C is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 60 -
CMYK 0 0.93 0.75 0.07
HSL 348.11º 0.87% 0.5% -
HSV(B) 348.11º 0.93% 0.93% -
XYZ 36.26 18.87 6.01 -
YUV 87.39 112.55 235.42 -
System Red Green Blue C M Y K H S L
Decimal 238 16 60 0 0.93 0.75 0.07 348.11 0.87 0.5
Hex EE 10 3C 0 5D 4B 7 15C 57 32
Octal 356 20 74 0 135 113 7 534 127 62
Binary 11101110 10000 111100 0 1011101 1001011 111 101011100 1010111 110010

Color Harmonies of #EE103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE103C

Black with #EE103C

Text Example


Text Example

White with #EE103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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