Html Css Color HEX #EE0140 Torch Red

📋 copy color: '#EE0140'

red 238 ◦ green 1 ◦ blue 64

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

Shades of Torch Red #EE0140

Tints of Torch Red #EE0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 78.55%
G = 0.33%
B = 21.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE0140 (or 0xEE0140) is known color: Torch Red. HEX triplet: EE, 01 and 40. RGB value is (238,1,64). Sum of RGB (Red+Green+Blue) = 238+1+64=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0140 is #11FEBF. Grayscale: #4F4F4F. Windows color (decimal): -1179328 or 4194798. OLE color: 4194798.

HSL color Cylindrical-coordinate representation of color #EE0140: hue angle of 344.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0140 is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 64 -
CMYK 0 1.00 0.73 0.07
HSL 344.05º 0.99% 0.47% -
HSV(B) 344.05º 1% 0.93% -
XYZ 36.2 18.57 6.53 -
YUV 79.05 119.52 241.38 -
System Red Green Blue C M Y K H S L
Decimal 238 1 64 0 1.00 0.73 0.07 344.05 0.99 0.47
Hex EE 1 40 0 64 49 7 158 63 2F
Octal 356 1 100 0 144 111 7 530 143 57
Binary 11101110 1 1000000 0 1100100 1001001 111 101011000 1100011 101111

Color Harmonies of #EE0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0140

Black with #EE0140

Text Example


Text Example

White with #EE0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0140; }

 p { color: rgb(238,1,64); }

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

background-color css

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

 a { background-color: rgb(238,1,64); }

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

border-color css

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

 span { border-color: rgb(238,1,64); }

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