#F61428

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

Shades of Torch Red #F61428

Tints of Torch Red #F61428

Color information

#F61428 (or 0xF61428) is unknown color: approx Torch Red. HEX triplet: F6, 14 and 28. RGB value is (246,20,40). Sum of RGB (Red+Green+Blue) = 246+20+40=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F61428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61428 is #09EBD7. Grayscale: #5A5A5A. Windows color (decimal): -650200 or 2626806. OLE color: 2626806.

HSL color Cylindrical-coordinate representation of color #F61428: hue angle of 354.69º degrees, saturation: 0.93, 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 #F61428 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB2462040-
CMYK00.920.840.04
HSL354.69º92.62%52.16%-
HSV(B)354.69º91.87%96.47%-
XYZ38.6420.253.88-
YUV89.8599.87239.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.39%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=80.39%
G=6.54%
B=13.07%

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
Decimal246204000.920.840.04354.6992.6252.16
HexF6142805C5441635d34
Octal36624500134124454313564
Binary11110110101001010000101110010101001001011000111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61428; }

 p { color: rgb(246,20,40); }

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

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

 a { background-color: rgb(246,20,40); }

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

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

 span { border-color: rgb(246,20,40); }

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