Html Css Color HEX #EE0935 Torch Red

📋 copy color: '#EE0935'

red 238 ◦ green 9 ◦ blue 53

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

Shades of Torch Red #EE0935

Tints of Torch Red #EE0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 79.33%
G = 3%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EE0935 (or 0xEE0935) is known color: Torch Red. HEX triplet: EE, 09 and 35. RGB value is (238,9,53). Sum of RGB (Red+Green+Blue) = 238+9+53=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0935 is #11F6CA. Grayscale: #525252. Windows color (decimal): -1177291 or 3475950. OLE color: 3475950.

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

Color convert

RGB 238 9 53 -
CMYK 0 0.96 0.78 0.07
HSL 348.47º 0.93% 0.48% -
HSV(B) 348.47º 0.96% 0.93% -
XYZ 36 18.63 5.07 -
YUV 82.49 111.37 238.92 -
System Red Green Blue C M Y K H S L
Decimal 238 9 53 0 0.96 0.78 0.07 348.47 0.93 0.48
Hex EE 9 35 0 60 4E 7 15C 5D 30
Octal 356 11 65 0 140 116 7 534 135 60
Binary 11101110 1001 110101 0 1100000 1001110 111 101011100 1011101 110000

Color Harmonies of #EE0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0935

Black with #EE0935

Text Example


Text Example

White with #EE0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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