Html Css Color HEX #EE042F Torch Red

📋 copy color: '#EE042F'

red 238 ◦ green 4 ◦ blue 47

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

Shades of Torch Red #EE042F

Tints of Torch Red #EE042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 82.35%
G = 1.38%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE042F (or 0xEE042F) is known color: Torch Red. HEX triplet: EE, 04 and 2F. RGB value is (238,4,47). Sum of RGB (Red+Green+Blue) = 238+4+47=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE042F is #11FBD0. Grayscale: #4E4E4E. Windows color (decimal): -1178577 or 3081454. OLE color: 3081454.

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

Color convert

RGB 238 4 47 -
CMYK 0 0.98 0.80 0.07
HSL 348.97º 0.97% 0.47% -
HSV(B) 348.97º 0.98% 0.93% -
XYZ 35.82 18.47 4.37 -
YUV 78.87 110.02 241.5 -
System Red Green Blue C M Y K H S L
Decimal 238 4 47 0 0.98 0.80 0.07 348.97 0.97 0.47
Hex EE 4 2F 0 62 50 7 15D 61 2F
Octal 356 4 57 0 142 120 7 535 141 57
Binary 11101110 100 101111 0 1100010 1010000 111 101011101 1100001 101111

Color Harmonies of #EE042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE042F

Black with #EE042F

Text Example


Text Example

White with #EE042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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