Html Css Color HEX #EE103A Torch Red

📋 copy color: '#EE103A'

red 238 ◦ green 16 ◦ blue 58

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

Shades of Torch Red #EE103A

Tints of Torch Red #EE103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 76.28%
G = 5.13%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE103A (or 0xEE103A) is known color: Torch Red. HEX triplet: EE, 10 and 3A. RGB value is (238,16,58). Sum of RGB (Red+Green+Blue) = 238+16+58=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE103A is #11EFC5. Grayscale: #575757. Windows color (decimal): -1175494 or 3805422. OLE color: 3805422.

HSL color Cylindrical-coordinate representation of color #EE103A: hue angle of 348.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 58 -
CMYK 0 0.93 0.76 0.07
HSL 348.65º 0.87% 0.5% -
HSV(B) 348.65º 0.93% 0.93% -
XYZ 36.21 18.85 5.73 -
YUV 87.17 111.55 235.58 -
System Red Green Blue C M Y K H S L
Decimal 238 16 58 0 0.93 0.76 0.07 348.65 0.87 0.5
Hex EE 10 3A 0 5D 4C 7 15D 57 32
Octal 356 20 72 0 135 114 7 535 127 62
Binary 11101110 10000 111010 0 1011101 1001100 111 101011101 1010111 110010

Color Harmonies of #EE103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE103A

Black with #EE103A

Text Example


Text Example

White with #EE103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE103A; }

 p { color: rgb(238,16,58); }

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

background-color css

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

 a { background-color: rgb(238,16,58); }

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

border-color css

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

 span { border-color: rgb(238,16,58); }

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