Html Css Color HEX #EE163B Torch Red

📋 copy color: '#EE163B'

red 238 ◦ green 22 ◦ blue 59

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

Shades of Torch Red #EE163B

Tints of Torch Red #EE163B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 74.61%
G = 6.9%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE163B (or 0xEE163B) is known color: Torch Red. HEX triplet: EE, 16 and 3B. RGB value is (238,22,59). Sum of RGB (Red+Green+Blue) = 238+22+59=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE163B is #11E9C4. Grayscale: #5A5A5A. Windows color (decimal): -1173957 or 3872494. OLE color: 3872494.

HSL color Cylindrical-coordinate representation of color #EE163B: hue angle of 349.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE163B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 22 59 -
CMYK 0 0.91 0.75 0.07
HSL 349.72º 0.86% 0.51% -
HSV(B) 349.72º 0.91% 0.93% -
XYZ 36.34 19.07 5.9 -
YUV 90.8 110.06 232.99 -
System Red Green Blue C M Y K H S L
Decimal 238 22 59 0 0.91 0.75 0.07 349.72 0.86 0.51
Hex EE 16 3B 0 5B 4B 7 15E 56 33
Octal 356 26 73 0 133 113 7 536 126 63
Binary 11101110 10110 111011 0 1011011 1001011 111 101011110 1010110 110011

Color Harmonies of #EE163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE163B

Black with #EE163B

Text Example


Text Example

White with #EE163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE163B; }

 p { color: rgb(238,22,59); }

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

background-color css

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

 a { background-color: rgb(238,22,59); }

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

border-color css

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

 span { border-color: rgb(238,22,59); }

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