#FF0025

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

Shades of Torch Red #FF0025

Tints of Torch Red #FF0025

Color information

#FF0025 (or 0xFF0025) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 25. RGB value is (255,0,37). Sum of RGB (Red+Green+Blue) = 255+0+37=292 (38% of max value = 765). Red value is 255 (100% from 255 or 87.33% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0025 is #00FFDA. Grayscale: #505050. Windows color (decimal): -65499 or 2425087. OLE color: 2425087.

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

Color convert

RGB255037-
CMYK010.850
HSL351.29º100%50%-
HSV(B)351.29º100%100%-
XYZ41.5721.393.69-
YUV80.46103.48252.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 87.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=87.33%
G=0%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255037010.850351.2910050
HexFF02506455015f6432
Octal3770450144125053714462
Binary11111111010010101100100101010101010111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0025; }

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

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

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

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

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

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

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

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