#FF0027

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

Shades of Torch Red #FF0027

Tints of Torch Red #FF0027

Color information

#FF0027 (or 0xFF0027) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 27. RGB value is (255,0,39). Sum of RGB (Red+Green+Blue) = 255+0+39=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0027 is #00FFD8. Grayscale: #505050. Windows color (decimal): -65497 or 2556159. OLE color: 2556159.

HSL color Cylindrical-coordinate representation of color #FF0027: hue angle of 350.82º 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 #FF0027 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB255039-
CMYK010.850
HSL350.82º100%50%-
HSV(B)350.82º100%100%-
XYZ41.6121.413.86-
YUV80.69104.48252.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 86.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 13.27%
R=86.73%
G=0%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255039010.850350.8210050
HexFF02706455015f6432
Octal3770470144125053714462
Binary11111111010011101100100101010101010111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0027; }

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

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

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

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

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

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

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

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