Html Css Color HEX #EE0C40 Torch Red

📋 copy color: '#EE0C40'

red 238 ◦ green 12 ◦ blue 64

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

Shades of Torch Red #EE0C40

Tints of Torch Red #EE0C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.82%

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

R = 75.8%
G = 3.82%
B = 20.38%

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

#EE0C40 (or 0xEE0C40) is known color: Torch Red. HEX triplet: EE, 0C and 40. RGB value is (238,12,64). Sum of RGB (Red+Green+Blue) = 238+12+64=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C40 is #11F3BF. Grayscale: #555555. Windows color (decimal): -1176512 or 4197614. OLE color: 4197614.

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

Color convert

RGB 238 12 64 -
CMYK 0 0.95 0.73 0.07
HSL 346.19º 0.9% 0.49% -
HSV(B) 346.19º 0.95% 0.93% -
XYZ 36.32 18.81 6.57 -
YUV 85.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 238 12 64 0 0.95 0.73 0.07 346.19 0.9 0.49
Hex EE C 40 0 5F 49 7 15A 5A 31
Octal 356 14 100 0 137 111 7 532 132 61
Binary 11101110 1100 1000000 0 1011111 1001001 111 101011010 1011010 110001

Color Harmonies of #EE0C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C40

Black with #EE0C40

Text Example


Text Example

White with #EE0C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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