Html Css Color HEX #FB1F40 Torch Red

📋 copy color: '#FB1F40'

red 251 ◦ green 31 ◦ blue 64

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

Shades of Torch Red #FB1F40

Tints of Torch Red #FB1F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.96%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 72.54%
G = 8.96%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB1F40 (or 0xFB1F40) is known color: Torch Red. HEX triplet: FB, 1F and 40. RGB value is (251,31,64). Sum of RGB (Red+Green+Blue) = 251+31+64=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F40 is #04E0BF. Grayscale: #646464. Windows color (decimal): -319680 or 4202491. OLE color: 4202491.

HSL color Cylindrical-coordinate representation of color #FB1F40: hue angle of 351º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F40 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 31 64 -
CMYK 0 0.88 0.75 0.02
HSL 351º 0.96% 0.55% -
HSV(B) 351º 0.88% 0.98% -
XYZ 41.2 21.86 6.9 -
YUV 100.54 107.39 235.32 -
System Red Green Blue C M Y K H S L
Decimal 251 31 64 0 0.88 0.75 0.02 351 0.96 0.55
Hex FB 1F 40 0 58 4B 2 15F 60 37
Octal 373 37 100 0 130 113 2 537 140 67
Binary 11111011 11111 1000000 0 1011000 1001011 10 101011111 1100000 110111

Color Harmonies of #FB1F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F40

Black with #FB1F40

Text Example


Text Example

White with #FB1F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F40; }

 p { color: rgb(251,31,64); }

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

background-color css

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

 a { background-color: rgb(251,31,64); }

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

border-color css

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

 span { border-color: rgb(251,31,64); }

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