Html Css Color HEX #EE0930 Torch Red

📋 copy color: '#EE0930'

red 238 ◦ green 9 ◦ blue 48

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

Shades of Torch Red #EE0930

Tints of Torch Red #EE0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.27%

R = 80.68%
G = 3.05%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE0930 (or 0xEE0930) is known color: Torch Red. HEX triplet: EE, 09 and 30. RGB value is (238,9,48). Sum of RGB (Red+Green+Blue) = 238+9+48=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0930 is #11F6CF. Grayscale: #515151. Windows color (decimal): -1177296 or 3148270. OLE color: 3148270.

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

Color convert

RGB 238 9 48 -
CMYK 0 0.96 0.80 0.07
HSL 349.78º 0.93% 0.48% -
HSV(B) 349.78º 0.96% 0.93% -
XYZ 35.89 18.59 4.49 -
YUV 81.92 108.87 239.33 -
System Red Green Blue C M Y K H S L
Decimal 238 9 48 0 0.96 0.80 0.07 349.78 0.93 0.48
Hex EE 9 30 0 60 50 7 15E 5D 30
Octal 356 11 60 0 140 120 7 536 135 60
Binary 11101110 1001 110000 0 1100000 1010000 111 101011110 1011101 110000

Color Harmonies of #EE0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0930

Black with #EE0930

Text Example


Text Example

White with #EE0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0930; }

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

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

background-color css

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

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

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

border-color css

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

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

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