Html Css Color HEX #FD0449 Torch Red

📋 copy color: '#FD0449'

red 253 ◦ green 4 ◦ blue 73

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

Shades of Torch Red #FD0449

Tints of Torch Red #FD0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 76.67%
G = 1.21%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD0449 (or 0xFD0449) is known color: Torch Red. HEX triplet: FD, 04 and 49. RGB value is (253,4,73). Sum of RGB (Red+Green+Blue) = 253+4+73=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0449 is #02FBB6. Grayscale: #565656. Windows color (decimal): -195511 or 4785405. OLE color: 4785405.

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

Color convert

RGB 253 4 73 -
CMYK 0 0.98 0.71 0.01
HSL 343.37º 0.98% 0.5% -
HSV(B) 343.37º 0.98% 0.99% -
XYZ 41.75 21.45 8.24 -
YUV 86.32 120.49 246.89 -
System Red Green Blue C M Y K H S L
Decimal 253 4 73 0 0.98 0.71 0.01 343.37 0.98 0.5
Hex FD 4 49 0 62 47 1 157 62 32
Octal 375 4 111 0 142 107 1 527 142 62
Binary 11111101 100 1001001 0 1100010 1000111 1 101010111 1100010 110010

Color Harmonies of #FD0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0449

Black with #FD0449

Text Example


Text Example

White with #FD0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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