Html Css Color HEX #F61F2B Torch Red

📋 copy color: '#F61F2B'

red 246 ◦ green 31 ◦ blue 43

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

Shades of Torch Red #F61F2B

Tints of Torch Red #F61F2B

RGB

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

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

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

R = 76.88%
G = 9.69%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F61F2B (or 0xF61F2B) is known color: Torch Red. HEX triplet: F6, 1F and 2B. RGB value is (246,31,43). Sum of RGB (Red+Green+Blue) = 246+31+43=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F2B is #09E0D4. Grayscale: #606060. Windows color (decimal): -647381 or 2826230. OLE color: 2826230.

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

Color convert

RGB 246 31 43 -
CMYK 0 0.87 0.83 0.04
HSL 356.65º 0.92% 0.54% -
HSV(B) 356.65º 0.87% 0.96% -
XYZ 38.93 20.75 4.24 -
YUV 96.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 246 31 43 0 0.87 0.83 0.04 356.65 0.92 0.54
Hex F6 1F 2B 0 57 53 4 165 5C 36
Octal 366 37 53 0 127 123 4 545 134 66
Binary 11110110 11111 101011 0 1010111 1010011 100 101100101 1011100 110110

Color Harmonies of #F61F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F2B

Black with #F61F2B

Text Example


Text Example

White with #F61F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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