Html Css Color HEX #EE143B Torch Red

📋 copy color: '#EE143B'

red 238 ◦ green 20 ◦ blue 59

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

Shades of Torch Red #EE143B

Tints of Torch Red #EE143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.31%

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

R = 75.08%
G = 6.31%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE143B (or 0xEE143B) is known color: Torch Red. HEX triplet: EE, 14 and 3B. RGB value is (238,20,59). Sum of RGB (Red+Green+Blue) = 238+20+59=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE143B is #11EBC4. Grayscale: #595959. Windows color (decimal): -1174469 or 3871982. OLE color: 3871982.

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

Color convert

RGB 238 20 59 -
CMYK 0 0.92 0.75 0.07
HSL 349.27º 0.87% 0.51% -
HSV(B) 349.27º 0.92% 0.93% -
XYZ 36.3 18.99 5.89 -
YUV 89.63 110.72 233.83 -
System Red Green Blue C M Y K H S L
Decimal 238 20 59 0 0.92 0.75 0.07 349.27 0.87 0.51
Hex EE 14 3B 0 5C 4B 7 15D 57 33
Octal 356 24 73 0 134 113 7 535 127 63
Binary 11101110 10100 111011 0 1011100 1001011 111 101011101 1010111 110011

Color Harmonies of #EE143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE143B

Black with #EE143B

Text Example


Text Example

White with #EE143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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