Html Css Color HEX #EE0245 Torch Red

📋 copy color: '#EE0245'

red 238 ◦ green 2 ◦ blue 69

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

Shades of Torch Red #EE0245

Tints of Torch Red #EE0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 77.02%
G = 0.65%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE0245 (or 0xEE0245) is known color: Torch Red. HEX triplet: EE, 02 and 45. RGB value is (238,2,69). Sum of RGB (Red+Green+Blue) = 238+2+69=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0245 is #11FDBA. Grayscale: #505050. Windows color (decimal): -1179067 or 4522734. OLE color: 4522734.

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

Color convert

RGB 238 2 69 -
CMYK 0 0.99 0.71 0.07
HSL 342.97º 0.98% 0.47% -
HSV(B) 342.97º 0.99% 0.93% -
XYZ 36.36 18.65 7.31 -
YUV 80.2 121.69 240.55 -
System Red Green Blue C M Y K H S L
Decimal 238 2 69 0 0.99 0.71 0.07 342.97 0.98 0.47
Hex EE 2 45 0 63 47 7 157 62 2F
Octal 356 2 105 0 143 107 7 527 142 57
Binary 11101110 10 1000101 0 1100011 1000111 111 101010111 1100010 101111

Color Harmonies of #EE0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0245

Black with #EE0245

Text Example


Text Example

White with #EE0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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