Html Css Color HEX #EE1235 Torch Red

📋 copy color: '#EE1235'

red 238 ◦ green 18 ◦ blue 53

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

Shades of Torch Red #EE1235

Tints of Torch Red #EE1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 77.02%
G = 5.83%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE1235 (or 0xEE1235) is known color: Torch Red. HEX triplet: EE, 12 and 35. RGB value is (238,18,53). Sum of RGB (Red+Green+Blue) = 238+18+53=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1235 is #11EDCA. Grayscale: #575757. Windows color (decimal): -1174987 or 3478254. OLE color: 3478254.

HSL color Cylindrical-coordinate representation of color #EE1235: hue angle of 350.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1235 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 53 -
CMYK 0 0.92 0.78 0.07
HSL 350.45º 0.87% 0.5% -
HSV(B) 350.45º 0.92% 0.93% -
XYZ 36.12 18.87 5.11 -
YUV 87.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 238 18 53 0 0.92 0.78 0.07 350.45 0.87 0.5
Hex EE 12 35 0 5C 4E 7 15E 57 32
Octal 356 22 65 0 134 116 7 536 127 62
Binary 11101110 10010 110101 0 1011100 1001110 111 101011110 1010111 110010

Color Harmonies of #EE1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1235

Black with #EE1235

Text Example


Text Example

White with #EE1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1235; }

 p { color: rgb(238,18,53); }

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

background-color css

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

 a { background-color: rgb(238,18,53); }

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

border-color css

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

 span { border-color: rgb(238,18,53); }

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