Html Css Color HEX #EE0131 Torch Red

📋 copy color: '#EE0131'

red 238 ◦ green 1 ◦ blue 49

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

Shades of Torch Red #EE0131

Tints of Torch Red #EE0131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 82.64%
G = 0.35%
B = 17.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE0131 (or 0xEE0131) is known color: Torch Red. HEX triplet: EE, 01 and 31. RGB value is (238,1,49). Sum of RGB (Red+Green+Blue) = 238+1+49=288 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.64% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0131 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0131 is #11FECE. Grayscale: #4D4D4D. Windows color (decimal): -1179343 or 3211758. OLE color: 3211758.

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

Color convert

RGB 238 1 49 -
CMYK 0 1.00 0.79 0.07
HSL 347.85º 0.99% 0.47% -
HSV(B) 347.85º 1% 0.93% -
XYZ 35.83 18.42 4.57 -
YUV 77.34 112.02 242.6 -
System Red Green Blue C M Y K H S L
Decimal 238 1 49 0 1.00 0.79 0.07 347.85 0.99 0.47
Hex EE 1 31 0 64 4F 7 15C 63 2F
Octal 356 1 61 0 144 117 7 534 143 57
Binary 11101110 1 110001 0 1100100 1001111 111 101011100 1100011 101111

Color Harmonies of #EE0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0131

Black with #EE0131

Text Example


Text Example

White with #EE0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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