Html Css Color HEX #F61A2F Torch Red

📋 copy color: '#F61A2F'

red 246 ◦ green 26 ◦ blue 47

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

Shades of Torch Red #F61A2F

Tints of Torch Red #F61A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 77.12%
G = 8.15%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F61A2F (or 0xF61A2F) is known color: Torch Red. HEX triplet: F6, 1A and 2F. RGB value is (246,26,47). Sum of RGB (Red+Green+Blue) = 246+26+47=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A2F is #09E5D0. Grayscale: #5E5E5E. Windows color (decimal): -648657 or 3087094. OLE color: 3087094.

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

Color convert

RGB 246 26 47 -
CMYK 0 0.89 0.81 0.04
HSL 354.27º 0.92% 0.53% -
HSV(B) 354.27º 0.89% 0.96% -
XYZ 38.89 20.54 4.6 -
YUV 94.17 101.39 236.29 -
System Red Green Blue C M Y K H S L
Decimal 246 26 47 0 0.89 0.81 0.04 354.27 0.92 0.53
Hex F6 1A 2F 0 59 51 4 162 5C 35
Octal 366 32 57 0 131 121 4 542 134 65
Binary 11110110 11010 101111 0 1011001 1010001 100 101100010 1011100 110101

Color Harmonies of #F61A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A2F

Black with #F61A2F

Text Example


Text Example

White with #F61A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A2F; }

 p { color: rgb(246,26,47); }

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

background-color css

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

 a { background-color: rgb(246,26,47); }

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

border-color css

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

 span { border-color: rgb(246,26,47); }

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