Html Css Color HEX #FD104A Torch Red

📋 copy color: '#FD104A'

red 253 ◦ green 16 ◦ blue 74

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

Shades of Torch Red #FD104A

Tints of Torch Red #FD104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 73.76%
G = 4.66%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD104A (or 0xFD104A) is known color: Torch Red. HEX triplet: FD, 10 and 4A. RGB value is (253,16,74). Sum of RGB (Red+Green+Blue) = 253+16+74=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD104A is #02EFB5. Grayscale: #5D5D5D. Windows color (decimal): -192438 or 4854013. OLE color: 4854013.

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

Color convert

RGB 253 16 74 -
CMYK 0 0.94 0.71 0.01
HSL 345.32º 0.98% 0.53% -
HSV(B) 345.32º 0.94% 0.99% -
XYZ 41.93 21.75 8.47 -
YUV 93.48 117.02 241.78 -
System Red Green Blue C M Y K H S L
Decimal 253 16 74 0 0.94 0.71 0.01 345.32 0.98 0.53
Hex FD 10 4A 0 5E 47 1 159 62 35
Octal 375 20 112 0 136 107 1 531 142 65
Binary 11111101 10000 1001010 0 1011110 1000111 1 101011001 1100010 110101

Color Harmonies of #FD104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD104A

Black with #FD104A

Text Example


Text Example

White with #FD104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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