Html Css Color HEX #F6121F Torch Red

📋 copy color: '#F6121F'

red 246 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #F6121F

Tints of Torch Red #F6121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 83.39%
G = 6.1%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6121F (or 0xF6121F) is known color: Torch Red. HEX triplet: F6, 12 and 1F. RGB value is (246,18,31). Sum of RGB (Red+Green+Blue) = 246+18+31=295 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.39% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 246 - color contains mainly: red. Hex color #F6121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6121F is #09EDE0. Grayscale: #575757. Windows color (decimal): -650721 or 2036470. OLE color: 2036470.

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

Color convert

RGB 246 18 31 -
CMYK 0 0.93 0.87 0.04
HSL 356.58º 0.93% 0.52% -
HSV(B) 356.58º 0.93% 0.96% -
XYZ 38.47 20.12 3.15 -
YUV 87.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 246 18 31 0 0.93 0.87 0.04 356.58 0.93 0.52
Hex F6 12 1F 0 5D 57 4 165 5D 34
Octal 366 22 37 0 135 127 4 545 135 64
Binary 11110110 10010 11111 0 1011101 1010111 100 101100101 1011101 110100

Color Harmonies of #F6121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6121F

Black with #F6121F

Text Example


Text Example

White with #F6121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6121F; }

 p { color: rgb(246,18,31); }

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

background-color css

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

 a { background-color: rgb(246,18,31); }

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

border-color css

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

 span { border-color: rgb(246,18,31); }

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