Html Css Color HEX #EE032C Torch Red

📋 copy color: '#EE032C'

red 238 ◦ green 3 ◦ blue 44

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

Shades of Torch Red #EE032C

Tints of Torch Red #EE032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 83.51%
G = 1.05%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE032C (or 0xEE032C) is known color: Torch Red. HEX triplet: EE, 03 and 2C. RGB value is (238,3,44). Sum of RGB (Red+Green+Blue) = 238+3+44=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE032C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE032C is #11FCD3. Grayscale: #4E4E4E. Windows color (decimal): -1178836 or 2884590. OLE color: 2884590.

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

Color convert

RGB 238 3 44 -
CMYK 0 0.99 0.82 0.07
HSL 349.53º 0.98% 0.47% -
HSV(B) 349.53º 0.99% 0.93% -
XYZ 35.75 18.42 4.06 -
YUV 77.94 108.86 242.17 -
System Red Green Blue C M Y K H S L
Decimal 238 3 44 0 0.99 0.82 0.07 349.53 0.98 0.47
Hex EE 3 2C 0 63 52 7 15E 62 2F
Octal 356 3 54 0 143 122 7 536 142 57
Binary 11101110 11 101100 0 1100011 1010010 111 101011110 1100010 101111

Color Harmonies of #EE032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE032C

Black with #EE032C

Text Example


Text Example

White with #EE032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE032C; }

 p { color: rgb(238,3,44); }

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

background-color css

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

 a { background-color: rgb(238,3,44); }

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

border-color css

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

 span { border-color: rgb(238,3,44); }

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