Html Css Color HEX #FB151F Torch Red

📋 copy color: '#FB151F'

red 251 ◦ green 21 ◦ blue 31

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

Shades of Torch Red #FB151F

Tints of Torch Red #FB151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 82.84%
G = 6.93%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB151F (or 0xFB151F) is known color: Torch Red. HEX triplet: FB, 15 and 1F. RGB value is (251,21,31). Sum of RGB (Red+Green+Blue) = 251+21+31=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB151F is #04EAE0. Grayscale: #5B5B5B. Windows color (decimal): -322273 or 2037243. OLE color: 2037243.

HSL color Cylindrical-coordinate representation of color #FB151F: hue angle of 357.39º 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 #FB151F is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 31 -
CMYK 0 0.92 0.88 0.02
HSL 357.39º 0.97% 0.53% -
HSV(B) 357.39º 0.92% 0.98% -
XYZ 40.3 21.14 3.25 -
YUV 90.91 94.2 242.19 -
System Red Green Blue C M Y K H S L
Decimal 251 21 31 0 0.92 0.88 0.02 357.39 0.97 0.53
Hex FB 15 1F 0 5C 58 2 165 61 35
Octal 373 25 37 0 134 130 2 545 141 65
Binary 11111011 10101 11111 0 1011100 1011000 10 101100101 1100001 110101

Color Harmonies of #FB151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB151F

Black with #FB151F

Text Example


Text Example

White with #FB151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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