#FD002E

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

Shades of Torch Red #FD002E

Tints of Torch Red #FD002E

Color information

#FD002E (or 0xFD002E) is unknown color: approx Torch Red. HEX triplet: FD, 00 and 2E. RGB value is (253,0,46). Sum of RGB (Red+Green+Blue) = 253+0+46=299 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.62% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 253 - color contains mainly: red. Hex color #FD002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD002E is #02FFD1. Grayscale: #505050. Windows color (decimal): -196562 or 3014909. OLE color: 3014909.

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

Color convert

RGB253046-
CMYK010.820.01
HSL349.09º100%49.61%-
HSV(B)349.09º100%99.22%-
XYZ4121.084.49-
YUV80.89108.32250.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=84.62%
G=0%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253046010.820.01349.0910049.61
HexFD02E06452115d6432
Octal3750560144122153514462
Binary11111101010111001100100101001011010111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD002E; }

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

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

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

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

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

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

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

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