Html Css Color HEX #EE0E3D Torch Red

📋 copy color: '#EE0E3D'

red 238 ◦ green 14 ◦ blue 61

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

Shades of Torch Red #EE0E3D

Tints of Torch Red #EE0E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 76.04%
G = 4.47%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE0E3D (or 0xEE0E3D) is known color: Torch Red. HEX triplet: EE, 0E and 3D. RGB value is (238,14,61). Sum of RGB (Red+Green+Blue) = 238+14+61=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0E3D is #11F1C2. Grayscale: #565656. Windows color (decimal): -1176003 or 4001518. OLE color: 4001518.

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

Color convert

RGB 238 14 61 -
CMYK 0 0.94 0.74 0.07
HSL 347.41º 0.89% 0.49% -
HSV(B) 347.41º 0.94% 0.93% -
XYZ 36.26 18.83 6.14 -
YUV 86.33 113.71 236.18 -
System Red Green Blue C M Y K H S L
Decimal 238 14 61 0 0.94 0.74 0.07 347.41 0.89 0.49
Hex EE E 3D 0 5E 4A 7 15B 59 31
Octal 356 16 75 0 136 112 7 533 131 61
Binary 11101110 1110 111101 0 1011110 1001010 111 101011011 1011001 110001

Color Harmonies of #EE0E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E3D

Black with #EE0E3D

Text Example


Text Example

White with #EE0E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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