Html Css Color HEX #EE102D Torch Red

📋 copy color: '#EE102D'

red 238 ◦ green 16 ◦ blue 45

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

Shades of Torch Red #EE102D

Tints of Torch Red #EE102D

RGB

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

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

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

R = 79.6%
G = 5.35%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE102D (or 0xEE102D) is known color: Torch Red. HEX triplet: EE, 10 and 2D. RGB value is (238,16,45). Sum of RGB (Red+Green+Blue) = 238+16+45=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE102D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE102D is #11EFD2. Grayscale: #555555. Windows color (decimal): -1175507 or 2953454. OLE color: 2953454.

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

Color convert

RGB 238 16 45 -
CMYK 0 0.93 0.81 0.07
HSL 352.16º 0.87% 0.5% -
HSV(B) 352.16º 0.93% 0.93% -
XYZ 35.92 18.74 4.21 -
YUV 85.68 105.05 236.64 -
System Red Green Blue C M Y K H S L
Decimal 238 16 45 0 0.93 0.81 0.07 352.16 0.87 0.5
Hex EE 10 2D 0 5D 51 7 160 57 32
Octal 356 20 55 0 135 121 7 540 127 62
Binary 11101110 10000 101101 0 1011101 1010001 111 101100000 1010111 110010

Color Harmonies of #EE102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE102D

Black with #EE102D

Text Example


Text Example

White with #EE102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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