Html Css Color HEX #EE0635 Torch Red

📋 copy color: '#EE0635'

red 238 ◦ green 6 ◦ blue 53

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

Shades of Torch Red #EE0635

Tints of Torch Red #EE0635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 80.13%
G = 2.02%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE0635 (or 0xEE0635) is known color: Torch Red. HEX triplet: EE, 06 and 35. RGB value is (238,6,53). Sum of RGB (Red+Green+Blue) = 238+6+53=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0635 is #11F9CA. Grayscale: #505050. Windows color (decimal): -1178059 or 3475182. OLE color: 3475182.

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

Color convert

RGB 238 6 53 -
CMYK 0 0.97 0.78 0.07
HSL 347.84º 0.95% 0.48% -
HSV(B) 347.84º 0.97% 0.93% -
XYZ 35.97 18.56 5.06 -
YUV 80.73 112.36 240.18 -
System Red Green Blue C M Y K H S L
Decimal 238 6 53 0 0.97 0.78 0.07 347.84 0.95 0.48
Hex EE 6 35 0 61 4E 7 15C 5F 30
Octal 356 6 65 0 141 116 7 534 137 60
Binary 11101110 110 110101 0 1100001 1001110 111 101011100 1011111 110000

Color Harmonies of #EE0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0635

Black with #EE0635

Text Example


Text Example

White with #EE0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0635; }

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

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

background-color css

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

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

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

border-color css

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

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

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