Html Css Color HEX #EE0B40 Torch Red

📋 copy color: '#EE0B40'

red 238 ◦ green 11 ◦ blue 64

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

Shades of Torch Red #EE0B40

Tints of Torch Red #EE0B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 76.04%
G = 3.51%
B = 20.45%

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

#EE0B40 (or 0xEE0B40) is known color: Torch Red. HEX triplet: EE, 0B and 40. RGB value is (238,11,64). Sum of RGB (Red+Green+Blue) = 238+11+64=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B40 is #11F4BF. Grayscale: #545454. Windows color (decimal): -1176768 or 4197358. OLE color: 4197358.

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

Color convert

RGB 238 11 64 -
CMYK 0 0.95 0.73 0.07
HSL 345.99º 0.91% 0.49% -
HSV(B) 345.99º 0.95% 0.93% -
XYZ 36.3 18.79 6.56 -
YUV 84.92 116.21 237.19 -
System Red Green Blue C M Y K H S L
Decimal 238 11 64 0 0.95 0.73 0.07 345.99 0.91 0.49
Hex EE B 40 0 5F 49 7 15A 5B 31
Octal 356 13 100 0 137 111 7 532 133 61
Binary 11101110 1011 1000000 0 1011111 1001001 111 101011010 1011011 110001

Color Harmonies of #EE0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0B40

Black with #EE0B40

Text Example


Text Example

White with #EE0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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