Html Css Color HEX #F61F2C Torch Red

📋 copy color: '#F61F2C'

red 246 ◦ green 31 ◦ blue 44

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

Shades of Torch Red #F61F2C

Tints of Torch Red #F61F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.66%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 76.64%
G = 9.66%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F61F2C (or 0xF61F2C) is known color: Torch Red. HEX triplet: F6, 1F and 2C. RGB value is (246,31,44). Sum of RGB (Red+Green+Blue) = 246+31+44=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F2C is #09E0D3. Grayscale: #606060. Windows color (decimal): -647380 or 2891766. OLE color: 2891766.

HSL color Cylindrical-coordinate representation of color #F61F2C: hue angle of 356.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F2C is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 31 44 -
CMYK 0 0.87 0.82 0.04
HSL 356.37º 0.92% 0.54% -
HSV(B) 356.37º 0.87% 0.96% -
XYZ 38.95 20.75 4.34 -
YUV 96.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 246 31 44 0 0.87 0.82 0.04 356.37 0.92 0.54
Hex F6 1F 2C 0 57 52 4 164 5C 36
Octal 366 37 54 0 127 122 4 544 134 66
Binary 11110110 11111 101100 0 1010111 1010010 100 101100100 1011100 110110

Color Harmonies of #F61F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F2C

Black with #F61F2C

Text Example


Text Example

White with #F61F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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