Html Css Color HEX #EE0624 Torch Red

📋 copy color: '#EE0624'

red 238 ◦ green 6 ◦ blue 36

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

Shades of Torch Red #EE0624

Tints of Torch Red #EE0624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 85%
G = 2.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE0624 (or 0xEE0624) is known color: Torch Red. HEX triplet: EE, 06 and 24. RGB value is (238,6,36). Sum of RGB (Red+Green+Blue) = 238+6+36=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0624 is #11F9DB. Grayscale: #4E4E4E. Windows color (decimal): -1178076 or 2361070. OLE color: 2361070.

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

Color convert

RGB 238 6 36 -
CMYK 0 0.97 0.85 0.07
HSL 352.24º 0.95% 0.48% -
HSV(B) 352.24º 0.97% 0.93% -
XYZ 35.64 18.43 3.35 -
YUV 78.79 103.86 241.56 -
System Red Green Blue C M Y K H S L
Decimal 238 6 36 0 0.97 0.85 0.07 352.24 0.95 0.48
Hex EE 6 24 0 61 55 7 160 5F 30
Octal 356 6 44 0 141 125 7 540 137 60
Binary 11101110 110 100100 0 1100001 1010101 111 101100000 1011111 110000

Color Harmonies of #EE0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0624

Black with #EE0624

Text Example


Text Example

White with #EE0624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0624; }

 p { color: rgb(238,6,36); }

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

background-color css

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

 a { background-color: rgb(238,6,36); }

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

border-color css

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

 span { border-color: rgb(238,6,36); }

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