#fd0725

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

Shades of Torch Red #FD0725

Tints of Torch Red #FD0725

Color information

#FD0725 (or 0xFD0725) is unknown color: approx Torch Red. HEX triplet: FD, 07 and 25. RGB value is (253,7,37). Sum of RGB (Red+Green+Blue) = 253+7+37=297 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.19% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0725 is #02F8DA. Grayscale: #545454. Windows color (decimal): -194779 or 2426877. OLE color: 2426877.

HSL color Cylindrical-coordinate representation of color #FD0725: hue angle of 352.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0725 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB253737-
CMYK00.970.850.01
HSL352.68º98.4%50.98%-
HSV(B)352.68º97.23%99.22%-
XYZ40.9221.173.68-
YUV83.97101.5248.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 85.19%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=85.19%
G=2.36%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25373700.970.850.01352.6898.450.98
HexFD7250615511616233
Octal3757450141125154114263
Binary1111110111110010101100001101010111011000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd0725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd0725; }

 p { color: rgb(253,7,37); }

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

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

 a { background-color: rgb(253,7,37); }

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

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

 span { border-color: rgb(253,7,37); }

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