#F51426

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

Shades of Torch Red #F51426

Tints of Torch Red #F51426

Color information

#F51426 (or 0xF51426) is unknown color: approx Torch Red. HEX triplet: F5, 14 and 26. RGB value is (245,20,38). Sum of RGB (Red+Green+Blue) = 245+20+38=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F51426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51426 is #0AEBD9. Grayscale: #595959. Windows color (decimal): -715738 or 2495733. OLE color: 2495733.

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

Color convert

RGB2452038-
CMYK00.920.840.04
HSL355.2º91.84%51.96%-
HSV(B)355.2º91.84%96.08%-
XYZ38.2620.053.69-
YUV89.3399.04239.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 80.86%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=80.86%
G=6.60%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245203800.920.840.04355.291.8451.96
HexF5142605C5441635c34
Octal36524460134124454313464
Binary11110101101001001100101110010101001001011000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51426; }

 p { color: rgb(245,20,38); }

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

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

 a { background-color: rgb(245,20,38); }

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

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

 span { border-color: rgb(245,20,38); }

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