#F51A38

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

Shades of Torch Red #F51A38

Tints of Torch Red #F51A38

Color information

#F51A38 (or 0xF51A38) is unknown color: approx Torch Red. HEX triplet: F5, 1A and 38. RGB value is (245,26,56). Sum of RGB (Red+Green+Blue) = 245+26+56=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51A38 is #0AE5C7. Grayscale: #5F5F5F. Windows color (decimal): -714184 or 3676917. OLE color: 3676917.

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

Color convert

RGB2452656-
CMYK00.890.770.04
HSL351.78º91.63%53.14%-
HSV(B)351.78º89.39%96.08%-
XYZ38.7420.445.64-
YUV94.9106.05235.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.92%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=74.92%
G=7.95%
B=17.13%

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
Decimal245265600.890.770.04351.7891.6353.14
HexF51A380594D41605c35
Octal36532700131115454013465
Binary11110101110101110000101100110011011001011000001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51A38; }

 p { color: rgb(245,26,56); }

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

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

 a { background-color: rgb(245,26,56); }

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

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

 span { border-color: rgb(245,26,56); }

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