Html Css Color HEX #F6112B Torch Red

📋 copy color: '#F6112B'

red 246 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #F6112B

Tints of Torch Red #F6112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 80.39%
G = 5.56%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6112B (or 0xF6112B) is known color: Torch Red. HEX triplet: F6, 11 and 2B. RGB value is (246,17,43). Sum of RGB (Red+Green+Blue) = 246+17+43=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F6112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6112B is #09EED4. Grayscale: #585858. Windows color (decimal): -650965 or 2822646. OLE color: 2822646.

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

Color convert

RGB 246 17 43 -
CMYK 0 0.93 0.83 0.04
HSL 353.19º 0.93% 0.52% -
HSV(B) 353.19º 0.93% 0.96% -
XYZ 38.64 20.17 4.14 -
YUV 88.44 102.37 240.39 -
System Red Green Blue C M Y K H S L
Decimal 246 17 43 0 0.93 0.83 0.04 353.19 0.93 0.52
Hex F6 11 2B 0 5D 53 4 161 5D 34
Octal 366 21 53 0 135 123 4 541 135 64
Binary 11110110 10001 101011 0 1011101 1010011 100 101100001 1011101 110100

Color Harmonies of #F6112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6112B

Black with #F6112B

Text Example


Text Example

White with #F6112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6112B; }

 p { color: rgb(246,17,43); }

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

background-color css

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

 a { background-color: rgb(246,17,43); }

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

border-color css

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

 span { border-color: rgb(246,17,43); }

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