#FD0919

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

Shades of Torch Red #FD0919

Tints of Torch Red #FD0919

Color information

#FD0919 (or 0xFD0919) is unknown color: approx Torch Red. HEX triplet: FD, 09 and 19. RGB value is (253,9,25). Sum of RGB (Red+Green+Blue) = 253+9+25=287 (38% of max value = 765). Red value is 253 (99.22% from 255 or 88.15% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0919 is #02F6E6. Grayscale: #535353. Windows color (decimal): -194279 or 1640957. OLE color: 1640957.

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

Color convert

RGB253925-
CMYK00.960.900.01
HSL356.07º98.39%51.37%-
HSV(B)356.07º96.44%99.22%-
XYZ40.7821.152.85-
YUV83.7894.84248.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 88.15%
GREEN value IS 9 (3.91% from 255) = 3.14%
BLUE value IS 25 (10.16% from 255) = 8.71%
R=88.15%
G=3.14%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25392500.960.900.01356.0798.3951.37
HexFD9190605A11646233
Octal37511310140132154414263
Binary1111110110011100101100000101101011011001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0919; }

 p { color: rgb(253,9,25); }

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

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

 a { background-color: rgb(253,9,25); }

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

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

 span { border-color: rgb(253,9,25); }

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