#F61B39

Color #F61B39 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F61B39

Tints of Torch Red #F61B39

Color information

#F61B39 (or 0xF61B39) is unknown color: approx Torch Red. HEX triplet: F6, 1B and 39. RGB value is (246,27,57). Sum of RGB (Red+Green+Blue) = 246+27+57=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61B39 is #09E4C6. Grayscale: #5F5F5F. Windows color (decimal): -648391 or 3742710. OLE color: 3742710.

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

Color convert

RGB2462757-
CMYK00.890.770.04
HSL351.78º92.41%53.53%-
HSV(B)351.78º89.02%96.47%-
XYZ39.1420.675.8-
YUV95.9106.05235.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 74.55%
GREEN value IS 27 (10.94% from 255) = 8.18%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=74.55%
G=8.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246275700.890.770.04351.7892.4153.53
HexF61B390594D41605c36
Octal36633710131115454013466
Binary11110110110111110010101100110011011001011000001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61B39; }

 p { color: rgb(246,27,57); }

 H1.HeaderClassName
 {
   color: #F61B39;
 }
 .AnyTagClassName
 {
   color: #F61B39;
 }
</style>
background-color css

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

 a { background-color: rgb(246,27,57); }

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

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

 span { border-color: rgb(246,27,57); }

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