Html Css Color HEX #EE042E Torch Red

📋 copy color: '#EE042E'

red 238 ◦ green 4 ◦ blue 46

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

Shades of Torch Red #EE042E

Tints of Torch Red #EE042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 82.64%
G = 1.39%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE042E (or 0xEE042E) is known color: Torch Red. HEX triplet: EE, 04 and 2E. RGB value is (238,4,46). Sum of RGB (Red+Green+Blue) = 238+4+46=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE042E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE042E is #11FBD1. Grayscale: #4E4E4E. Windows color (decimal): -1178578 or 3015918. OLE color: 3015918.

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

Color convert

RGB 238 4 46 -
CMYK 0 0.98 0.81 0.07
HSL 349.23º 0.97% 0.47% -
HSV(B) 349.23º 0.98% 0.93% -
XYZ 35.8 18.46 4.26 -
YUV 78.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 238 4 46 0 0.98 0.81 0.07 349.23 0.97 0.47
Hex EE 4 2E 0 62 51 7 15D 61 2F
Octal 356 4 56 0 142 121 7 535 141 57
Binary 11101110 100 101110 0 1100010 1010001 111 101011101 1100001 101111

Color Harmonies of #EE042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE042E

Black with #EE042E

Text Example


Text Example

White with #EE042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE042E; }

 p { color: rgb(238,4,46); }

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

background-color css

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

 a { background-color: rgb(238,4,46); }

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

border-color css

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

 span { border-color: rgb(238,4,46); }

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