Html Css Color HEX #FD0040 Torch Red

📋 copy color: '#FD0040'

red 253 ◦ green 0 ◦ blue 64

#FD0040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FD0040

Tints of Torch Red #FD0040

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 79.81%
G = 0%
B = 20.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD0040 (or 0xFD0040) is known color: Torch Red. HEX triplet: FD, 00 and 40. RGB value is (253,0,64). Sum of RGB (Red+Green+Blue) = 253+0+64=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0040 is #02FFBF. Grayscale: #525252. Windows color (decimal): -196544 or 4194557. OLE color: 4194557.

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

Color convert

RGB 253 0 64 -
CMYK 0 1 0.75 0.01
HSL 344.82º 1% 0.5% -
HSV(B) 344.82º 1% 0.99% -
XYZ 41.43 21.25 6.77 -
YUV 82.94 117.32 249.3 -
System Red Green Blue C M Y K H S L
Decimal 253 0 64 0 1 0.75 0.01 344.82 1 0.5
Hex FD 0 40 0 64 4B 1 159 64 32
Octal 375 0 100 0 144 113 1 531 144 62
Binary 11111101 0 1000000 0 1100100 1001011 1 101011001 1100100 110010

Color Harmonies of #FD0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0040

Black with #FD0040

Text Example


Text Example

White with #FD0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0040; }

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

 H1.HeaderClassName
 {
   color: #FD0040;
 }
 .AnyTagClassName
 {
   color: #FD0040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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