Html Css Color HEX #EE061C Torch Red

📋 copy color: '#EE061C'

red 238 ◦ green 6 ◦ blue 28

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

Shades of Torch Red #EE061C

Tints of Torch Red #EE061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 87.5%
G = 2.21%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE061C (or 0xEE061C) is known color: Torch Red. HEX triplet: EE, 06 and 1C. RGB value is (238,6,28). Sum of RGB (Red+Green+Blue) = 238+6+28=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE061C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE061C is #11F9E3. Grayscale: #4E4E4E. Windows color (decimal): -1178084 or 1836782. OLE color: 1836782.

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

Color convert

RGB 238 6 28 -
CMYK 0 0.97 0.88 0.07
HSL 354.31º 0.95% 0.48% -
HSV(B) 354.31º 0.97% 0.93% -
XYZ 35.53 18.39 2.78 -
YUV 77.88 99.86 242.21 -
System Red Green Blue C M Y K H S L
Decimal 238 6 28 0 0.97 0.88 0.07 354.31 0.95 0.48
Hex EE 6 1C 0 61 58 7 162 5F 30
Octal 356 6 34 0 141 130 7 542 137 60
Binary 11101110 110 11100 0 1100001 1011000 111 101100010 1011111 110000

Color Harmonies of #EE061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE061C

Black with #EE061C

Text Example


Text Example

White with #EE061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE061C; }

 p { color: rgb(238,6,28); }

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

background-color css

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

 a { background-color: rgb(238,6,28); }

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

border-color css

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

 span { border-color: rgb(238,6,28); }

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