Html Css Color HEX #EE0041 Torch Red

📋 copy color: '#EE0041'

red 238 ◦ green 0 ◦ blue 65

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

Shades of Torch Red #EE0041

Tints of Torch Red #EE0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 78.55%
G = 0%
B = 21.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE0041 (or 0xEE0041) is known color: Torch Red. HEX triplet: EE, 00 and 41. RGB value is (238,0,65). Sum of RGB (Red+Green+Blue) = 238+0+65=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0041 is #11FFBE. Grayscale: #4E4E4E. Windows color (decimal): -1179583 or 4260078. OLE color: 4260078.

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

Color convert

RGB 238 0 65 -
CMYK 0 1 0.73 0.07
HSL 343.61º 1% 0.47% -
HSV(B) 343.61º 1% 0.93% -
XYZ 36.21 18.56 6.67 -
YUV 78.57 120.35 241.71 -
System Red Green Blue C M Y K H S L
Decimal 238 0 65 0 1 0.73 0.07 343.61 1 0.47
Hex EE 0 41 0 64 49 7 158 64 2F
Octal 356 0 101 0 144 111 7 530 144 57
Binary 11101110 0 1000001 0 1100100 1001001 111 101011000 1100100 101111

Color Harmonies of #EE0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0041

Black with #EE0041

Text Example


Text Example

White with #EE0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0041; }

 p { color: rgb(238,0,65); }

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

background-color css

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

 a { background-color: rgb(238,0,65); }

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

border-color css

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

 span { border-color: rgb(238,0,65); }

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