Html Css Color HEX #F6101B Torch Red

📋 copy color: '#F6101B'

red 246 ◦ green 16 ◦ blue 27

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

Shades of Torch Red #F6101B

Tints of Torch Red #F6101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 85.12%
G = 5.54%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6101B (or 0xF6101B) is known color: Torch Red. HEX triplet: F6, 10 and 1B. RGB value is (246,16,27). Sum of RGB (Red+Green+Blue) = 246+16+27=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F6101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6101B is #09EFE4. Grayscale: #565656. Windows color (decimal): -651237 or 1773814. OLE color: 1773814.

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

Color convert

RGB 246 16 27 -
CMYK 0 0.93 0.89 0.04
HSL 357.13º 0.93% 0.51% -
HSV(B) 357.13º 0.93% 0.96% -
XYZ 38.39 20.04 2.88 -
YUV 86.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 246 16 27 0 0.93 0.89 0.04 357.13 0.93 0.51
Hex F6 10 1B 0 5D 59 4 165 5D 33
Octal 366 20 33 0 135 131 4 545 135 63
Binary 11110110 10000 11011 0 1011101 1011001 100 101100101 1011101 110011

Color Harmonies of #F6101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6101B

Black with #F6101B

Text Example


Text Example

White with #F6101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6101B; }

 p { color: rgb(246,16,27); }

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

background-color css

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

 a { background-color: rgb(246,16,27); }

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

border-color css

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

 span { border-color: rgb(246,16,27); }

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