Html Css Color HEX #F6181C Torch Red

📋 copy color: '#F6181C'

red 246 ◦ green 24 ◦ blue 28

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

Shades of Torch Red #F6181C

Tints of Torch Red #F6181C

RGB

 RED value IS 246 (96.48% from 255) = 82.55%

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 82.55%
G = 8.05%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6181C (or 0xF6181C) is known color: Torch Red. HEX triplet: F6, 18 and 1C. RGB value is (246,24,28). Sum of RGB (Red+Green+Blue) = 246+24+28=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F6181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6181C is #09E7E3. Grayscale: #5B5B5B. Windows color (decimal): -649188 or 1841398. OLE color: 1841398.

HSL color Cylindrical-coordinate representation of color #F6181C: hue angle of 358.92º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6181C is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 28 -
CMYK 0 0.90 0.89 0.04
HSL 358.92º 0.93% 0.53% -
HSV(B) 358.92º 0.9% 0.96% -
XYZ 38.54 20.33 2.99 -
YUV 90.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 246 24 28 0 0.90 0.89 0.04 358.92 0.93 0.53
Hex F6 18 1C 0 5A 59 4 167 5C 35
Octal 366 30 34 0 132 131 4 547 134 65
Binary 11110110 11000 11100 0 1011010 1011001 100 101100111 1011100 110101

Color Harmonies of #F6181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6181C

Black with #F6181C

Text Example


Text Example

White with #F6181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6181C; }

 p { color: rgb(246,24,28); }

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

background-color css

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

 a { background-color: rgb(246,24,28); }

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

border-color css

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

 span { border-color: rgb(246,24,28); }

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