Html Css Color HEX #EE1839 Torch Red

📋 copy color: '#EE1839'

red 238 ◦ green 24 ◦ blue 57

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

Shades of Torch Red #EE1839

Tints of Torch Red #EE1839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 74.61%
G = 7.52%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE1839 (or 0xEE1839) is known color: Torch Red. HEX triplet: EE, 18 and 39. RGB value is (238,24,57). Sum of RGB (Red+Green+Blue) = 238+24+57=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1839 is #11E7C6. Grayscale: #5B5B5B. Windows color (decimal): -1173447 or 3741934. OLE color: 3741934.

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

Color convert

RGB 238 24 57 -
CMYK 0 0.90 0.76 0.07
HSL 350.75º 0.86% 0.51% -
HSV(B) 350.75º 0.9% 0.93% -
XYZ 36.33 19.13 5.65 -
YUV 91.75 108.4 232.32 -
System Red Green Blue C M Y K H S L
Decimal 238 24 57 0 0.90 0.76 0.07 350.75 0.86 0.51
Hex EE 18 39 0 5A 4C 7 15F 56 33
Octal 356 30 71 0 132 114 7 537 126 63
Binary 11101110 11000 111001 0 1011010 1001100 111 101011111 1010110 110011

Color Harmonies of #EE1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1839

Black with #EE1839

Text Example


Text Example

White with #EE1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1839; }

 p { color: rgb(238,24,57); }

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

background-color css

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

 a { background-color: rgb(238,24,57); }

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

border-color css

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

 span { border-color: rgb(238,24,57); }

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