Html Css Color HEX #FD104D Torch Red

📋 copy color: '#FD104D'

red 253 ◦ green 16 ◦ blue 77

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

Shades of Torch Red #FD104D

Tints of Torch Red #FD104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 73.12%
G = 4.62%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD104D (or 0xFD104D) is known color: Torch Red. HEX triplet: FD, 10 and 4D. RGB value is (253,16,77). Sum of RGB (Red+Green+Blue) = 253+16+77=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD104D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD104D is #02EFB2. Grayscale: #5D5D5D. Windows color (decimal): -192435 or 5050621. OLE color: 5050621.

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

Color convert

RGB 253 16 77 -
CMYK 0 0.94 0.70 0.01
HSL 344.56º 0.98% 0.53% -
HSV(B) 344.56º 0.94% 0.99% -
XYZ 42.03 21.79 9.01 -
YUV 93.82 118.52 241.54 -
System Red Green Blue C M Y K H S L
Decimal 253 16 77 0 0.94 0.70 0.01 344.56 0.98 0.53
Hex FD 10 4D 0 5E 46 1 159 62 35
Octal 375 20 115 0 136 106 1 531 142 65
Binary 11111101 10000 1001101 0 1011110 1000110 1 101011001 1100010 110101

Color Harmonies of #FD104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD104D

Black with #FD104D

Text Example


Text Example

White with #FD104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD104D; }

 p { color: rgb(253,16,77); }

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

background-color css

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

 a { background-color: rgb(253,16,77); }

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

border-color css

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

 span { border-color: rgb(253,16,77); }

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