Html Css Color HEX #EE073D Torch Red

📋 copy color: '#EE073D'

red 238 ◦ green 7 ◦ blue 61

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

Shades of Torch Red #EE073D

Tints of Torch Red #EE073D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 77.78%
G = 2.29%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE073D (or 0xEE073D) is known color: Torch Red. HEX triplet: EE, 07 and 3D. RGB value is (238,7,61). Sum of RGB (Red+Green+Blue) = 238+7+61=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE073D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE073D is #11F8C2. Grayscale: #525252. Windows color (decimal): -1177795 or 3999726. OLE color: 3999726.

HSL color Cylindrical-coordinate representation of color #EE073D: hue angle of 345.97º 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 #EE073D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 61 -
CMYK 0 0.97 0.74 0.07
HSL 345.97º 0.94% 0.48% -
HSV(B) 345.97º 0.97% 0.93% -
XYZ 36.18 18.67 6.11 -
YUV 82.23 116.03 239.11 -
System Red Green Blue C M Y K H S L
Decimal 238 7 61 0 0.97 0.74 0.07 345.97 0.94 0.48
Hex EE 7 3D 0 61 4A 7 15A 5E 30
Octal 356 7 75 0 141 112 7 532 136 60
Binary 11101110 111 111101 0 1100001 1001010 111 101011010 1011110 110000

Color Harmonies of #EE073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE073D

Black with #EE073D

Text Example


Text Example

White with #EE073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE073D; }

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

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

background-color css

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

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

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

border-color css

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

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

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