#FF1428

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

Shades of Torch Red #FF1428

Tints of Torch Red #FF1428

Color information

#FF1428 (or 0xFF1428) is unknown color: approx Torch Red. HEX triplet: FF, 14 and 28. RGB value is (255,20,40). Sum of RGB (Red+Green+Blue) = 255+20+40=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1428 is #00EBD7. Grayscale: #5C5C5C. Windows color (decimal): -60376 or 2626815. OLE color: 2626815.

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

Color convert

RGB2552040-
CMYK00.920.840
HSL354.89º100%53.92%-
HSV(B)354.89º92.16%100%-
XYZ41.8721.914.03-
YUV92.5498.36243.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.95%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=80.95%
G=6.35%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255204000.920.840354.8910053.92
HexFF142805C5401636436
Octal37724500134124054314466
Binary111111111010010100001011100101010001011000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1428; }

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

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

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

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

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

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

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

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