Html Css Color HEX #FD0149 Torch Red

📋 copy color: '#FD0149'

red 253 ◦ green 1 ◦ blue 73

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

Shades of Torch Red #FD0149

Tints of Torch Red #FD0149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 77.37%
G = 0.31%
B = 22.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD0149 (or 0xFD0149) is known color: Torch Red. HEX triplet: FD, 01 and 49. RGB value is (253,1,73). Sum of RGB (Red+Green+Blue) = 253+1+73=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0149 is #02FEB6. Grayscale: #545454. Windows color (decimal): -196279 or 4784637. OLE color: 4784637.

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

Color convert

RGB 253 1 73 -
CMYK 0 1.00 0.71 0.01
HSL 342.86º 0.99% 0.5% -
HSV(B) 342.86º 1% 0.99% -
XYZ 41.72 21.39 8.23 -
YUV 84.56 121.49 248.15 -
System Red Green Blue C M Y K H S L
Decimal 253 1 73 0 1.00 0.71 0.01 342.86 0.99 0.5
Hex FD 1 49 0 64 47 1 157 63 32
Octal 375 1 111 0 144 107 1 527 143 62
Binary 11111101 1 1001001 0 1100100 1000111 1 101010111 1100011 110010

Color Harmonies of #FD0149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0149

Black with #FD0149

Text Example


Text Example

White with #FD0149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0149; }

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

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

background-color css

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

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

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

border-color css

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

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

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