Html Css Color HEX #FB1946 Torch Red

📋 copy color: '#FB1946'

red 251 ◦ green 25 ◦ blue 70

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

Shades of Torch Red #FB1946

Tints of Torch Red #FB1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 72.54%
G = 7.23%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FB1946 (or 0xFB1946) is known color: Torch Red. HEX triplet: FB, 19 and 46. RGB value is (251,25,70). Sum of RGB (Red+Green+Blue) = 251+25+70=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1946 is #04E6B9. Grayscale: #616161. Windows color (decimal): -321210 or 4594171. OLE color: 4594171.

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

Color convert

RGB 251 25 70 -
CMYK 0 0.90 0.72 0.02
HSL 348.05º 0.97% 0.54% -
HSV(B) 348.05º 0.9% 0.98% -
XYZ 41.24 21.65 7.8 -
YUV 97.7 112.37 237.34 -
System Red Green Blue C M Y K H S L
Decimal 251 25 70 0 0.90 0.72 0.02 348.05 0.97 0.54
Hex FB 19 46 0 5A 48 2 15C 61 36
Octal 373 31 106 0 132 110 2 534 141 66
Binary 11111011 11001 1000110 0 1011010 1001000 10 101011100 1100001 110110

Color Harmonies of #FB1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1946

Black with #FB1946

Text Example


Text Example

White with #FB1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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