Html Css Color HEX #FB1746 Torch Red

📋 copy color: '#FB1746'

red 251 ◦ green 23 ◦ blue 70

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

Shades of Torch Red #FB1746

Tints of Torch Red #FB1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 72.97%
G = 6.69%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB1746 (or 0xFB1746) is known color: Torch Red. HEX triplet: FB, 17 and 46. RGB value is (251,23,70). Sum of RGB (Red+Green+Blue) = 251+23+70=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1746 is #04E8B9. Grayscale: #606060. Windows color (decimal): -321722 or 4593659. OLE color: 4593659.

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

Color convert

RGB 251 23 70 -
CMYK 0 0.91 0.72 0.02
HSL 347.63º 0.97% 0.54% -
HSV(B) 347.63º 0.91% 0.98% -
XYZ 41.2 21.56 7.79 -
YUV 96.53 113.04 238.18 -
System Red Green Blue C M Y K H S L
Decimal 251 23 70 0 0.91 0.72 0.02 347.63 0.97 0.54
Hex FB 17 46 0 5B 48 2 15C 61 36
Octal 373 27 106 0 133 110 2 534 141 66
Binary 11111011 10111 1000110 0 1011011 1001000 10 101011100 1100001 110110

Color Harmonies of #FB1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1746

Black with #FB1746

Text Example


Text Example

White with #FB1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1746; }

 p { color: rgb(251,23,70); }

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

background-color css

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

 a { background-color: rgb(251,23,70); }

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

border-color css

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

 span { border-color: rgb(251,23,70); }

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