Html Css Color HEX #EE133C Torch Red

📋 copy color: '#EE133C'

red 238 ◦ green 19 ◦ blue 60

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

Shades of Torch Red #EE133C

Tints of Torch Red #EE133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

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

R = 75.08%
G = 5.99%
B = 18.93%

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

#EE133C (or 0xEE133C) is known color: Torch Red. HEX triplet: EE, 13 and 3C. RGB value is (238,19,60). Sum of RGB (Red+Green+Blue) = 238+19+60=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE133C is #11ECC3. Grayscale: #595959. Windows color (decimal): -1174724 or 3937262. OLE color: 3937262.

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

Color convert

RGB 238 19 60 -
CMYK 0 0.92 0.75 0.07
HSL 348.77º 0.87% 0.5% -
HSV(B) 348.77º 0.92% 0.93% -
XYZ 36.31 18.97 6.02 -
YUV 89.16 111.55 234.17 -
System Red Green Blue C M Y K H S L
Decimal 238 19 60 0 0.92 0.75 0.07 348.77 0.87 0.5
Hex EE 13 3C 0 5C 4B 7 15D 57 32
Octal 356 23 74 0 134 113 7 535 127 62
Binary 11101110 10011 111100 0 1011100 1001011 111 101011101 1010111 110010

Color Harmonies of #EE133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE133C

Black with #EE133C

Text Example


Text Example

White with #EE133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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