Html Css Color HEX #EE041A Torch Red

📋 copy color: '#EE041A'

red 238 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #EE041A

Tints of Torch Red #EE041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 88.81%
G = 1.49%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE041A (or 0xEE041A) is known color: Torch Red. HEX triplet: EE, 04 and 1A. RGB value is (238,4,26). Sum of RGB (Red+Green+Blue) = 238+4+26=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE041A is #11FBE5. Grayscale: #4C4C4C. Windows color (decimal): -1178598 or 1705198. OLE color: 1705198.

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

Color convert

RGB 238 4 26 -
CMYK 0 0.98 0.89 0.07
HSL 354.36º 0.97% 0.47% -
HSV(B) 354.36º 0.98% 0.93% -
XYZ 35.49 18.34 2.65 -
YUV 76.47 99.52 243.21 -
System Red Green Blue C M Y K H S L
Decimal 238 4 26 0 0.98 0.89 0.07 354.36 0.97 0.47
Hex EE 4 1A 0 62 59 7 162 61 2F
Octal 356 4 32 0 142 131 7 542 141 57
Binary 11101110 100 11010 0 1100010 1011001 111 101100010 1100001 101111

Color Harmonies of #EE041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE041A

Black with #EE041A

Text Example


Text Example

White with #EE041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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