#FD2331

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

Shades of Torch Red #FD2331

Tints of Torch Red #FD2331

Color information

#FD2331 (or 0xFD2331) is unknown color: approx Torch Red. HEX triplet: FD, 23 and 31. RGB value is (253,35,49). Sum of RGB (Red+Green+Blue) = 253+35+49=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2331 is #02DCCE. Grayscale: #656565. Windows color (decimal): -187599 or 3220477. OLE color: 3220477.

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

Color convert

RGB2533549-
CMYK00.860.810.01
HSL356.15º98.2%56.47%-
HSV(B)356.15º86.17%99.22%-
XYZ41.6622.315.02-
YUV101.7898.22235.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 75.07%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=75.07%
G=10.39%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253354900.860.810.01356.1598.256.47
HexFD23310565111646238
Octal37543610126121154414270
Binary1111110110001111000101010110101000111011001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2331; }

 p { color: rgb(253,35,49); }

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

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

 a { background-color: rgb(253,35,49); }

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

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

 span { border-color: rgb(253,35,49); }

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