Html Css Color HEX #EE041D Torch Red

📋 copy color: '#EE041D'

red 238 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #EE041D

Tints of Torch Red #EE041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 87.82%
G = 1.48%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE041D (or 0xEE041D) is known color: Torch Red. HEX triplet: EE, 04 and 1D. RGB value is (238,4,29). Sum of RGB (Red+Green+Blue) = 238+4+29=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE041D is #11FBE2. Grayscale: #4C4C4C. Windows color (decimal): -1178595 or 1901806. OLE color: 1901806.

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

Color convert

RGB 238 4 29 -
CMYK 0 0.98 0.88 0.07
HSL 353.59º 0.97% 0.47% -
HSV(B) 353.59º 0.98% 0.93% -
XYZ 35.53 18.35 2.83 -
YUV 76.82 101.02 242.97 -
System Red Green Blue C M Y K H S L
Decimal 238 4 29 0 0.98 0.88 0.07 353.59 0.97 0.47
Hex EE 4 1D 0 62 58 7 162 61 2F
Octal 356 4 35 0 142 130 7 542 141 57
Binary 11101110 100 11101 0 1100010 1011000 111 101100010 1100001 101111

Color Harmonies of #EE041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE041D

Black with #EE041D

Text Example


Text Example

White with #EE041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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