Html Css Color HEX #EE0538 Torch Red

📋 copy color: '#EE0538'

red 238 ◦ green 5 ◦ blue 56

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

Shades of Torch Red #EE0538

Tints of Torch Red #EE0538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 79.6%
G = 1.67%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EE0538 (or 0xEE0538) is known color: Torch Red. HEX triplet: EE, 05 and 38. RGB value is (238,5,56). Sum of RGB (Red+Green+Blue) = 238+5+56=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0538 is #11FAC7. Grayscale: #505050. Windows color (decimal): -1178312 or 3671534. OLE color: 3671534.

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

Color convert

RGB 238 5 56 -
CMYK 0 0.98 0.76 0.07
HSL 346.87º 0.96% 0.48% -
HSV(B) 346.87º 0.98% 0.93% -
XYZ 36.03 18.57 5.43 -
YUV 80.48 114.19 240.35 -
System Red Green Blue C M Y K H S L
Decimal 238 5 56 0 0.98 0.76 0.07 346.87 0.96 0.48
Hex EE 5 38 0 62 4C 7 15B 60 30
Octal 356 5 70 0 142 114 7 533 140 60
Binary 11101110 101 111000 0 1100010 1001100 111 101011011 1100000 110000

Color Harmonies of #EE0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0538

Black with #EE0538

Text Example


Text Example

White with #EE0538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0538; }

 p { color: rgb(238,5,56); }

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

background-color css

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

 a { background-color: rgb(238,5,56); }

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

border-color css

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

 span { border-color: rgb(238,5,56); }

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