Html Css Color HEX #EE102C Torch Red

📋 copy color: '#EE102C'

red 238 ◦ green 16 ◦ blue 44

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

Shades of Torch Red #EE102C

Tints of Torch Red #EE102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 79.87%
G = 5.37%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE102C (or 0xEE102C) is known color: Torch Red. HEX triplet: EE, 10 and 2C. RGB value is (238,16,44). Sum of RGB (Red+Green+Blue) = 238+16+44=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE102C is #11EFD3. Grayscale: #555555. Windows color (decimal): -1175508 or 2887918. OLE color: 2887918.

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

Color convert

RGB 238 16 44 -
CMYK 0 0.93 0.82 0.07
HSL 352.43º 0.87% 0.5% -
HSV(B) 352.43º 0.93% 0.93% -
XYZ 35.9 18.73 4.11 -
YUV 85.57 104.55 236.72 -
System Red Green Blue C M Y K H S L
Decimal 238 16 44 0 0.93 0.82 0.07 352.43 0.87 0.5
Hex EE 10 2C 0 5D 52 7 160 57 32
Octal 356 20 54 0 135 122 7 540 127 62
Binary 11101110 10000 101100 0 1011101 1010010 111 101100000 1010111 110010

Color Harmonies of #EE102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE102C

Black with #EE102C

Text Example


Text Example

White with #EE102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE102C; }

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

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

background-color css

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

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

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

border-color css

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

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

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