Html Css Color HEX #F6101D Torch Red

📋 copy color: '#F6101D'

red 246 ◦ green 16 ◦ blue 29

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

Shades of Torch Red #F6101D

Tints of Torch Red #F6101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 84.54%
G = 5.5%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6101D (or 0xF6101D) is known color: Torch Red. HEX triplet: F6, 10 and 1D. RGB value is (246,16,29). Sum of RGB (Red+Green+Blue) = 246+16+29=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F6101D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6101D is #09EFE2. Grayscale: #565656. Windows color (decimal): -651235 or 1904886. OLE color: 1904886.

HSL color Cylindrical-coordinate representation of color #F6101D: hue angle of 356.61º 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 #F6101D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 29 -
CMYK 0 0.93 0.88 0.04
HSL 356.61º 0.93% 0.51% -
HSV(B) 356.61º 0.93% 0.96% -
XYZ 38.41 20.05 3.01 -
YUV 86.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 246 16 29 0 0.93 0.88 0.04 356.61 0.93 0.51
Hex F6 10 1D 0 5D 58 4 165 5D 33
Octal 366 20 35 0 135 130 4 545 135 63
Binary 11110110 10000 11101 0 1011101 1011000 100 101100101 1011101 110011

Color Harmonies of #F6101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6101D

Black with #F6101D

Text Example


Text Example

White with #F6101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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