Html Css Color HEX #EE0235 Torch Red

📋 copy color: '#EE0235'

red 238 ◦ green 2 ◦ blue 53

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

Shades of Torch Red #EE0235

Tints of Torch Red #EE0235

RGB

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

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

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

R = 81.23%
G = 0.68%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE0235 (or 0xEE0235) is known color: Torch Red. HEX triplet: EE, 02 and 35. RGB value is (238,2,53). Sum of RGB (Red+Green+Blue) = 238+2+53=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0235 is #11FDCA. Grayscale: #4E4E4E. Windows color (decimal): -1179083 or 3474158. OLE color: 3474158.

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

Color convert

RGB 238 2 53 -
CMYK 0 0.99 0.78 0.07
HSL 347.03º 0.98% 0.47% -
HSV(B) 347.03º 0.99% 0.93% -
XYZ 35.92 18.48 5.04 -
YUV 78.38 113.69 241.85 -
System Red Green Blue C M Y K H S L
Decimal 238 2 53 0 0.99 0.78 0.07 347.03 0.98 0.47
Hex EE 2 35 0 63 4E 7 15B 62 2F
Octal 356 2 65 0 143 116 7 533 142 57
Binary 11101110 10 110101 0 1100011 1001110 111 101011011 1100010 101111

Color Harmonies of #EE0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0235

Black with #EE0235

Text Example


Text Example

White with #EE0235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0235; }

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

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

background-color css

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

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

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

border-color css

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

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

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