Html Css Color HEX #EE0741 Torch Red

📋 copy color: '#EE0741'

red 238 ◦ green 7 ◦ blue 65

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

Shades of Torch Red #EE0741

Tints of Torch Red #EE0741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 76.77%
G = 2.26%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE0741 (or 0xEE0741) is known color: Torch Red. HEX triplet: EE, 07 and 41. RGB value is (238,7,65). Sum of RGB (Red+Green+Blue) = 238+7+65=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0741 is #11F8BE. Grayscale: #525252. Windows color (decimal): -1177791 or 4261870. OLE color: 4261870.

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

Color convert

RGB 238 7 65 -
CMYK 0 0.97 0.73 0.07
HSL 344.94º 0.94% 0.48% -
HSV(B) 344.94º 0.97% 0.93% -
XYZ 36.29 18.71 6.7 -
YUV 82.68 118.03 238.78 -
System Red Green Blue C M Y K H S L
Decimal 238 7 65 0 0.97 0.73 0.07 344.94 0.94 0.48
Hex EE 7 41 0 61 49 7 159 5E 30
Octal 356 7 101 0 141 111 7 531 136 60
Binary 11101110 111 1000001 0 1100001 1001001 111 101011001 1011110 110000

Color Harmonies of #EE0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0741

Black with #EE0741

Text Example


Text Example

White with #EE0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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