Html Css Color HEX #EE0E2D Torch Red

📋 copy color: '#EE0E2D'

red 238 ◦ green 14 ◦ blue 45

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

Shades of Torch Red #EE0E2D

Tints of Torch Red #EE0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 80.13%
G = 4.71%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE0E2D (or 0xEE0E2D) is known color: Torch Red. HEX triplet: EE, 0E and 2D. RGB value is (238,14,45). Sum of RGB (Red+Green+Blue) = 238+14+45=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E2D is #11F1D2. Grayscale: #545454. Windows color (decimal): -1176019 or 2952942. OLE color: 2952942.

HSL color Cylindrical-coordinate representation of color #EE0E2D: hue angle of 351.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E2D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 45 -
CMYK 0 0.94 0.81 0.07
HSL 351.7º 0.89% 0.49% -
HSV(B) 351.7º 0.94% 0.93% -
XYZ 35.89 18.68 4.2 -
YUV 84.51 105.71 237.48 -
System Red Green Blue C M Y K H S L
Decimal 238 14 45 0 0.94 0.81 0.07 351.7 0.89 0.49
Hex EE E 2D 0 5E 51 7 160 59 31
Octal 356 16 55 0 136 121 7 540 131 61
Binary 11101110 1110 101101 0 1011110 1010001 111 101100000 1011001 110001

Color Harmonies of #EE0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E2D

Black with #EE0E2D

Text Example


Text Example

White with #EE0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E2D; }

 p { color: rgb(238,14,45); }

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

background-color css

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

 a { background-color: rgb(238,14,45); }

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

border-color css

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

 span { border-color: rgb(238,14,45); }

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