#F51636

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

Shades of Torch Red #F51636

Tints of Torch Red #F51636

Color information

#F51636 (or 0xF51636) is unknown color: approx Torch Red. HEX triplet: F5, 16 and 36. RGB value is (245,22,54). Sum of RGB (Red+Green+Blue) = 245+22+54=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F51636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51636 is #0AE9C9. Grayscale: #5C5C5C. Windows color (decimal): -715210 or 3544821. OLE color: 3544821.

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

Color convert

RGB2452254-
CMYK00.910.780.04
HSL351.39º91.77%52.35%-
HSV(B)351.39º91.02%96.08%-
XYZ38.6120.255.36-
YUV92.32106.38236.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 76.32%
GREEN value IS 22 (8.98% from 255) = 6.85%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=76.32%
G=6.85%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245225400.910.780.04351.3991.7752.35
HexF5163605B4E415f5c34
Octal36526660133116453713464
Binary11110101101101101100101101110011101001010111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51636; }

 p { color: rgb(245,22,54); }

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

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

 a { background-color: rgb(245,22,54); }

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

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

 span { border-color: rgb(245,22,54); }

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