Html Css Color HEX #EE0232 Torch Red

📋 copy color: '#EE0232'

red 238 ◦ green 2 ◦ blue 50

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

Shades of Torch Red #EE0232

Tints of Torch Red #EE0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 82.07%
G = 0.69%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE0232 (or 0xEE0232) is known color: Torch Red. HEX triplet: EE, 02 and 32. RGB value is (238,2,50). Sum of RGB (Red+Green+Blue) = 238+2+50=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0232 is #11FDCD. Grayscale: #4E4E4E. Windows color (decimal): -1179086 or 3277550. OLE color: 3277550.

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

Color convert

RGB 238 2 50 -
CMYK 0 0.99 0.79 0.07
HSL 347.8º 0.98% 0.47% -
HSV(B) 347.8º 0.99% 0.93% -
XYZ 35.86 18.45 4.69 -
YUV 78.04 112.19 242.1 -
System Red Green Blue C M Y K H S L
Decimal 238 2 50 0 0.99 0.79 0.07 347.8 0.98 0.47
Hex EE 2 32 0 63 4F 7 15C 62 2F
Octal 356 2 62 0 143 117 7 534 142 57
Binary 11101110 10 110010 0 1100011 1001111 111 101011100 1100010 101111

Color Harmonies of #EE0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0232

Black with #EE0232

Text Example


Text Example

White with #EE0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0232; }

 p { color: rgb(238,2,50); }

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

background-color css

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

 a { background-color: rgb(238,2,50); }

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

border-color css

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

 span { border-color: rgb(238,2,50); }

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