Html Css Color HEX #EE0B41 Torch Red

📋 copy color: '#EE0B41'

red 238 ◦ green 11 ◦ blue 65

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

Shades of Torch Red #EE0B41

Tints of Torch Red #EE0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 75.8%
G = 3.5%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE0B41 (or 0xEE0B41) is known color: Torch Red. HEX triplet: EE, 0B and 41. RGB value is (238,11,65). Sum of RGB (Red+Green+Blue) = 238+11+65=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B41 is #11F4BE. Grayscale: #555555. Windows color (decimal): -1176767 or 4262894. OLE color: 4262894.

HSL color Cylindrical-coordinate representation of color #EE0B41: hue angle of 345.73º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B41 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 11 65 -
CMYK 0 0.95 0.73 0.07
HSL 345.73º 0.91% 0.49% -
HSV(B) 345.73º 0.95% 0.93% -
XYZ 36.33 18.8 6.71 -
YUV 85.03 116.71 237.11 -
System Red Green Blue C M Y K H S L
Decimal 238 11 65 0 0.95 0.73 0.07 345.73 0.91 0.49
Hex EE B 41 0 5F 49 7 15A 5B 31
Octal 356 13 101 0 137 111 7 532 133 61
Binary 11101110 1011 1000001 0 1011111 1001001 111 101011010 1011011 110001

Color Harmonies of #EE0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0B41

Black with #EE0B41

Text Example


Text Example

White with #EE0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0B41; }

 p { color: rgb(238,11,65); }

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

background-color css

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

 a { background-color: rgb(238,11,65); }

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

border-color css

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

 span { border-color: rgb(238,11,65); }

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