Html Css Color HEX #FD1350 Torch Red

📋 copy color: '#FD1350'

red 253 ◦ green 19 ◦ blue 80

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

Shades of Torch Red #FD1350

Tints of Torch Red #FD1350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 71.88%
G = 5.4%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD1350 (or 0xFD1350) is known color: Torch Red. HEX triplet: FD, 13 and 50. RGB value is (253,19,80). Sum of RGB (Red+Green+Blue) = 253+19+80=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1350 is #02ECAF. Grayscale: #5F5F5F. Windows color (decimal): -191664 or 5247997. OLE color: 5247997.

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

Color convert

RGB 253 19 80 -
CMYK 0 0.92 0.68 0.01
HSL 344.36º 0.98% 0.53% -
HSV(B) 344.36º 0.92% 0.99% -
XYZ 42.19 21.93 9.6 -
YUV 95.92 119.02 240.04 -
System Red Green Blue C M Y K H S L
Decimal 253 19 80 0 0.92 0.68 0.01 344.36 0.98 0.53
Hex FD 13 50 0 5C 44 1 158 62 35
Octal 375 23 120 0 134 104 1 530 142 65
Binary 11111101 10011 1010000 0 1011100 1000100 1 101011000 1100010 110101

Color Harmonies of #FD1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1350

Black with #FD1350

Text Example


Text Example

White with #FD1350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1350; }

 p { color: rgb(253,19,80); }

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

background-color css

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

 a { background-color: rgb(253,19,80); }

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

border-color css

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

 span { border-color: rgb(253,19,80); }

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