Html Css Color HEX #FD0049 Torch Red

📋 copy color: '#FD0049'

red 253 ◦ green 0 ◦ blue 73

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

Shades of Torch Red #FD0049

Tints of Torch Red #FD0049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 77.61%
G = 0%
B = 22.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD0049 (or 0xFD0049) is known color: Torch Red. HEX triplet: FD, 00 and 49. RGB value is (253,0,73). Sum of RGB (Red+Green+Blue) = 253+0+73=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0049 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0049 is #02FFB6. Grayscale: #535353. Windows color (decimal): -196535 or 4784381. OLE color: 4784381.

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

Color convert

RGB 253 0 73 -
CMYK 0 1 0.71 0.01
HSL 342.69º 1% 0.5% -
HSV(B) 342.69º 1% 0.99% -
XYZ 41.71 21.36 8.23 -
YUV 83.97 121.82 248.56 -
System Red Green Blue C M Y K H S L
Decimal 253 0 73 0 1 0.71 0.01 342.69 1 0.5
Hex FD 0 49 0 64 47 1 157 64 32
Octal 375 0 111 0 144 107 1 527 144 62
Binary 11111101 0 1001001 0 1100100 1000111 1 101010111 1100100 110010

Color Harmonies of #FD0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0049

Black with #FD0049

Text Example


Text Example

White with #FD0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0049; }

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

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

background-color css

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

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

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

border-color css

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

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

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