Html Css Color HEX #FB1349 Torch Red

📋 copy color: '#FB1349'

red 251 ◦ green 19 ◦ blue 73

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

Shades of Torch Red #FB1349

Tints of Torch Red #FB1349

RGB

 RED value IS 251 (98.44% from 255) = 73.18%

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

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

R = 73.18%
G = 5.54%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB1349 (or 0xFB1349) is known color: Torch Red. HEX triplet: FB, 13 and 49. RGB value is (251,19,73). Sum of RGB (Red+Green+Blue) = 251+19+73=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1349 is #04ECB6. Grayscale: #5E5E5E. Windows color (decimal): -322743 or 4789243. OLE color: 4789243.

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

Color convert

RGB 251 19 73 -
CMYK 0 0.92 0.71 0.02
HSL 346.03º 0.97% 0.53% -
HSV(B) 346.03º 0.92% 0.98% -
XYZ 41.22 21.46 8.27 -
YUV 94.52 115.86 239.61 -
System Red Green Blue C M Y K H S L
Decimal 251 19 73 0 0.92 0.71 0.02 346.03 0.97 0.53
Hex FB 13 49 0 5C 47 2 15A 61 35
Octal 373 23 111 0 134 107 2 532 141 65
Binary 11111011 10011 1001001 0 1011100 1000111 10 101011010 1100001 110101

Color Harmonies of #FB1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1349

Black with #FB1349

Text Example


Text Example

White with #FB1349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1349; }

 p { color: rgb(251,19,73); }

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

background-color css

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

 a { background-color: rgb(251,19,73); }

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

border-color css

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

 span { border-color: rgb(251,19,73); }

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