#FD0327

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

Shades of Torch Red #FD0327

Tints of Torch Red #FD0327

Color information

#FD0327 (or 0xFD0327) is unknown color: approx Torch Red. HEX triplet: FD, 03 and 27. RGB value is (253,3,39). Sum of RGB (Red+Green+Blue) = 253+3+39=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0327 is #02FCD8. Grayscale: #515151. Windows color (decimal): -195801 or 2556925. OLE color: 2556925.

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

Color convert

RGB253339-
CMYK00.990.850.01
HSL351.36º98.43%50.2%-
HSV(B)351.36º98.81%99.22%-
XYZ40.9121.093.84-
YUV81.85103.82250.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 85.76%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=85.76%
G=1.02%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25333900.990.850.01351.3698.4350.2
HexFD32706355115f6232
Octal3753470143125153714262
Binary111111011110011101100011101010111010111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD0327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD0327; }

 p { color: rgb(253,3,39); }

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

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

 a { background-color: rgb(253,3,39); }

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

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

 span { border-color: rgb(253,3,39); }

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