#F51B3C

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

Shades of Torch Red #F51B3C

Tints of Torch Red #F51B3C

Color information

#F51B3C (or 0xF51B3C) is unknown color: approx Torch Red. HEX triplet: F5, 1B and 3C. RGB value is (245,27,60). Sum of RGB (Red+Green+Blue) = 245+27+60=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51B3C is #0AE4C3. Grayscale: #606060. Windows color (decimal): -713924 or 3939317. OLE color: 3939317.

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

Color convert

RGB2452760-
CMYK00.890.760.04
HSL350.92º91.6%53.33%-
HSV(B)350.92º88.98%96.08%-
XYZ38.8620.526.19-
YUV95.94107.72234.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 73.80%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=73.80%
G=8.13%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245276000.890.760.04350.9291.653.33
HexF51B3C0594C415f5c35
Octal36533740131114453713465
Binary11110101110111111000101100110011001001010111111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51B3C; }

 p { color: rgb(245,27,60); }

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

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

 a { background-color: rgb(245,27,60); }

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

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

 span { border-color: rgb(245,27,60); }

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