Html Css Color HEX #EE0035 Torch Red

📋 copy color: '#EE0035'

red 238 ◦ green 0 ◦ blue 53

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

Shades of Torch Red #EE0035

Tints of Torch Red #EE0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.79%
G = 0%
B = 18.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE0035 (or 0xEE0035) is known color: Torch Red. HEX triplet: EE, 00 and 35. RGB value is (238,0,53). Sum of RGB (Red+Green+Blue) = 238+0+53=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0035 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0035 is #11FFCA. Grayscale: #4D4D4D. Windows color (decimal): -1179595 or 3473646. OLE color: 3473646.

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

Color convert

RGB 238 0 53 -
CMYK 0 1 0.78 0.07
HSL 346.64º 1% 0.47% -
HSV(B) 346.64º 1% 0.93% -
XYZ 35.9 18.43 5.03 -
YUV 77.2 114.35 242.69 -
System Red Green Blue C M Y K H S L
Decimal 238 0 53 0 1 0.78 0.07 346.64 1 0.47
Hex EE 0 35 0 64 4E 7 15B 64 2F
Octal 356 0 65 0 144 116 7 533 144 57
Binary 11101110 0 110101 0 1100100 1001110 111 101011011 1100100 101111

Color Harmonies of #EE0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0035

Black with #EE0035

Text Example


Text Example

White with #EE0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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