Html Css Color HEX #EE0231 Torch Red

📋 copy color: '#EE0231'

red 238 ◦ green 2 ◦ blue 49

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

Shades of Torch Red #EE0231

Tints of Torch Red #EE0231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 82.35%
G = 0.69%
B = 16.96%

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

#EE0231 (or 0xEE0231) is known color: Torch Red. HEX triplet: EE, 02 and 31. RGB value is (238,2,49). Sum of RGB (Red+Green+Blue) = 238+2+49=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0231 is #11FDCE. Grayscale: #4D4D4D. Windows color (decimal): -1179087 or 3212014. OLE color: 3212014.

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

Color convert

RGB 238 2 49 -
CMYK 0 0.99 0.79 0.07
HSL 348.05º 0.98% 0.47% -
HSV(B) 348.05º 0.99% 0.93% -
XYZ 35.84 18.44 4.58 -
YUV 77.92 111.69 242.18 -
System Red Green Blue C M Y K H S L
Decimal 238 2 49 0 0.99 0.79 0.07 348.05 0.98 0.47
Hex EE 2 31 0 63 4F 7 15C 62 2F
Octal 356 2 61 0 143 117 7 534 142 57
Binary 11101110 10 110001 0 1100011 1001111 111 101011100 1100010 101111

Color Harmonies of #EE0231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0231

Black with #EE0231

Text Example


Text Example

White with #EE0231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0231; }

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

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

background-color css

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

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

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

border-color css

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

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

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