Html Css Color HEX #EE123D Torch Red

📋 copy color: '#EE123D'

red 238 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #EE123D

Tints of Torch Red #EE123D

RGB

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

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

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

R = 75.08%
G = 5.68%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE123D (or 0xEE123D) is known color: Torch Red. HEX triplet: EE, 12 and 3D. RGB value is (238,18,61). Sum of RGB (Red+Green+Blue) = 238+18+61=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE123D is #11EDC2. Grayscale: #585858. Windows color (decimal): -1174979 or 4002542. OLE color: 4002542.

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

Color convert

RGB 238 18 61 -
CMYK 0 0.92 0.74 0.07
HSL 348.27º 0.87% 0.5% -
HSV(B) 348.27º 0.92% 0.93% -
XYZ 36.32 18.95 6.16 -
YUV 88.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 238 18 61 0 0.92 0.74 0.07 348.27 0.87 0.5
Hex EE 12 3D 0 5C 4A 7 15C 57 32
Octal 356 22 75 0 134 112 7 534 127 62
Binary 11101110 10010 111101 0 1011100 1001010 111 101011100 1010111 110010

Color Harmonies of #EE123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE123D

Black with #EE123D

Text Example


Text Example

White with #EE123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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