Html Css Color HEX #EE0340 Torch Red

📋 copy color: '#EE0340'

red 238 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #EE0340

Tints of Torch Red #EE0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 78.03%
G = 0.98%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EE0340 (or 0xEE0340) is known color: Torch Red. HEX triplet: EE, 03 and 40. RGB value is (238,3,64). Sum of RGB (Red+Green+Blue) = 238+3+64=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0340 is #11FCBF. Grayscale: #505050. Windows color (decimal): -1178816 or 4195310. OLE color: 4195310.

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

Color convert

RGB 238 3 64 -
CMYK 0 0.99 0.73 0.07
HSL 344.43º 0.98% 0.47% -
HSV(B) 344.43º 0.99% 0.93% -
XYZ 36.22 18.61 6.53 -
YUV 80.22 118.86 240.54 -
System Red Green Blue C M Y K H S L
Decimal 238 3 64 0 0.99 0.73 0.07 344.43 0.98 0.47
Hex EE 3 40 0 63 49 7 158 62 2F
Octal 356 3 100 0 143 111 7 530 142 57
Binary 11101110 11 1000000 0 1100011 1001001 111 101011000 1100010 101111

Color Harmonies of #EE0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0340

Black with #EE0340

Text Example


Text Example

White with #EE0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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