#FD002F

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

Shades of Torch Red #FD002F

Tints of Torch Red #FD002F

Color information

#FD002F (or 0xFD002F) is unknown color: approx Torch Red. HEX triplet: FD, 00 and 2F. RGB value is (253,0,47). Sum of RGB (Red+Green+Blue) = 253+0+47=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002F is #02FFD0. Grayscale: #515151. Windows color (decimal): -196561 or 3080445. OLE color: 3080445.

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

Color convert

RGB253047-
CMYK010.810.01
HSL348.85º100%49.61%-
HSV(B)348.85º100%99.22%-
XYZ41.0221.094.6-
YUV81108.82250.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=84.33%
G=0%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253047010.810.01348.8510049.61
HexFD02F06451115d6432
Octal3750570144121153514462
Binary11111101010111101100100101000111010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD002F; }

 p { color: rgb(253,0,47); }

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

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

 a { background-color: rgb(253,0,47); }

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

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

 span { border-color: rgb(253,0,47); }

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