Html Css Color HEX #EE0A30 Torch Red

📋 copy color: '#EE0A30'

red 238 ◦ green 10 ◦ blue 48

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

Shades of Torch Red #EE0A30

Tints of Torch Red #EE0A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

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

R = 80.41%
G = 3.38%
B = 16.22%

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

#EE0A30 (or 0xEE0A30) is known color: Torch Red. HEX triplet: EE, 0A and 30. RGB value is (238,10,48). Sum of RGB (Red+Green+Blue) = 238+10+48=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A30 is #11F5CF. Grayscale: #525252. Windows color (decimal): -1177040 or 3148526. OLE color: 3148526.

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

Color convert

RGB 238 10 48 -
CMYK 0 0.96 0.80 0.07
HSL 350º 0.92% 0.49% -
HSV(B) 350º 0.96% 0.93% -
XYZ 35.9 18.61 4.5 -
YUV 82.5 108.54 238.91 -
System Red Green Blue C M Y K H S L
Decimal 238 10 48 0 0.96 0.80 0.07 350 0.92 0.49
Hex EE A 30 0 60 50 7 15E 5C 31
Octal 356 12 60 0 140 120 7 536 134 61
Binary 11101110 1010 110000 0 1100000 1010000 111 101011110 1011100 110001

Color Harmonies of #EE0A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A30

Black with #EE0A30

Text Example


Text Example

White with #EE0A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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