Html Css Color HEX #EE042D Torch Red

📋 copy color: '#EE042D'

red 238 ◦ green 4 ◦ blue 45

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

Shades of Torch Red #EE042D

Tints of Torch Red #EE042D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 82.93%
G = 1.39%
B = 15.68%

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

#EE042D (or 0xEE042D) is known color: Torch Red. HEX triplet: EE, 04 and 2D. RGB value is (238,4,45). Sum of RGB (Red+Green+Blue) = 238+4+45=287 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.93% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 238 - color contains mainly: red. Hex color #EE042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE042D is #11FBD2. Grayscale: #4E4E4E. Windows color (decimal): -1178579 or 2950382. OLE color: 2950382.

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

Color convert

RGB 238 4 45 -
CMYK 0 0.98 0.81 0.07
HSL 349.49º 0.97% 0.47% -
HSV(B) 349.49º 0.98% 0.93% -
XYZ 35.78 18.45 4.16 -
YUV 78.64 109.02 241.67 -
System Red Green Blue C M Y K H S L
Decimal 238 4 45 0 0.98 0.81 0.07 349.49 0.97 0.47
Hex EE 4 2D 0 62 51 7 15D 61 2F
Octal 356 4 55 0 142 121 7 535 141 57
Binary 11101110 100 101101 0 1100010 1010001 111 101011101 1100001 101111

Color Harmonies of #EE042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE042D

Black with #EE042D

Text Example


Text Example

White with #EE042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE042D; }

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

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

background-color css

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

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

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

border-color css

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

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

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