#FD1826

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

Shades of Torch Red #FD1826

Tints of Torch Red #FD1826

Color information

#FD1826 (or 0xFD1826) is unknown color: approx Torch Red. HEX triplet: FD, 18 and 26. RGB value is (253,24,38). Sum of RGB (Red+Green+Blue) = 253+24+38=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1826 is #02E7D9. Grayscale: #5E5E5E. Windows color (decimal): -190426 or 2496765. OLE color: 2496765.

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

Color convert

RGB2532438-
CMYK00.910.850.01
HSL356.33º98.28%54.31%-
HSV(B)356.33º90.51%99.22%-
XYZ41.1821.683.85-
YUV94.0796.37241.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 80.32%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=80.32%
G=7.62%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253243800.910.850.01356.3398.2854.31
HexFD182605B5511646236
Octal37530460133125154414266
Binary111111011100010011001011011101010111011001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1826; }

 p { color: rgb(253,24,38); }

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

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

 a { background-color: rgb(253,24,38); }

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

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

 span { border-color: rgb(253,24,38); }

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