Html Css Color HEX #EE103F Torch Red

📋 copy color: '#EE103F'

red 238 ◦ green 16 ◦ blue 63

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

Shades of Torch Red #EE103F

Tints of Torch Red #EE103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 75.08%
G = 5.05%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE103F (or 0xEE103F) is known color: Torch Red. HEX triplet: EE, 10 and 3F. RGB value is (238,16,63). Sum of RGB (Red+Green+Blue) = 238+16+63=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE103F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE103F is #11EFC0. Grayscale: #575757. Windows color (decimal): -1175489 or 4133102. OLE color: 4133102.

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

Color convert

RGB 238 16 63 -
CMYK 0 0.93 0.74 0.07
HSL 347.3º 0.87% 0.5% -
HSV(B) 347.3º 0.93% 0.93% -
XYZ 36.34 18.91 6.44 -
YUV 87.74 114.05 235.18 -
System Red Green Blue C M Y K H S L
Decimal 238 16 63 0 0.93 0.74 0.07 347.3 0.87 0.5
Hex EE 10 3F 0 5D 4A 7 15B 57 32
Octal 356 20 77 0 135 112 7 533 127 62
Binary 11101110 10000 111111 0 1011101 1001010 111 101011011 1010111 110010

Color Harmonies of #EE103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE103F

Black with #EE103F

Text Example


Text Example

White with #EE103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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