#FF0028

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

Shades of Torch Red #FF0028

Tints of Torch Red #FF0028

Color information

#FF0028 (or 0xFF0028) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 28. RGB value is (255,0,40). Sum of RGB (Red+Green+Blue) = 255+0+40=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0028 is #00FFD7. Grayscale: #505050. Windows color (decimal): -65496 or 2621695. OLE color: 2621695.

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

Color convert

RGB255040-
CMYK010.840
HSL350.59º100%50%-
HSV(B)350.59º100%100%-
XYZ41.6221.413.95-
YUV80.8104.98252.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 13.56%
R=86.44%
G=0%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255040010.840350.5910050
HexFF02806454015f6432
Octal3770500144124053714462
Binary11111111010100001100100101010001010111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0028; }

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

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

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

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

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

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

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

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