#FD2329

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

Shades of Torch Red #FD2329

Tints of Torch Red #FD2329

Color information

#FD2329 (or 0xFD2329) is unknown color: approx Torch Red. HEX triplet: FD, 23 and 29. RGB value is (253,35,41). Sum of RGB (Red+Green+Blue) = 253+35+41=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2329 is #02DCD6. Grayscale: #656565. Windows color (decimal): -187607 or 2696189. OLE color: 2696189.

HSL color Cylindrical-coordinate representation of color #FD2329: hue angle of 358.35º 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 #FD2329 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB2533541-
CMYK00.860.840.01
HSL358.35º98.2%56.47%-
HSV(B)358.35º86.17%99.22%-
XYZ41.5122.244.2-
YUV100.8794.22236.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 76.90%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=76.90%
G=10.64%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253354100.860.840.01358.3598.256.47
HexFD23290565411666238
Octal37543510126124154614270
Binary1111110110001110100101010110101010011011001101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2329; }

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

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

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

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

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

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

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

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