Html Css Color HEX #FB151E Torch Red

📋 copy color: '#FB151E'

red 251 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #FB151E

Tints of Torch Red #FB151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 83.11%
G = 6.95%
B = 9.93%

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

#FB151E (or 0xFB151E) is known color: Torch Red. HEX triplet: FB, 15 and 1E. RGB value is (251,21,30). Sum of RGB (Red+Green+Blue) = 251+21+30=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB151E is #04EAE1. Grayscale: #5A5A5A. Windows color (decimal): -322274 or 1971707. OLE color: 1971707.

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

Color convert

RGB 251 21 30 -
CMYK 0 0.92 0.88 0.02
HSL 357.65º 0.97% 0.53% -
HSV(B) 357.65º 0.92% 0.98% -
XYZ 40.29 21.14 3.19 -
YUV 90.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 251 21 30 0 0.92 0.88 0.02 357.65 0.97 0.53
Hex FB 15 1E 0 5C 58 2 166 61 35
Octal 373 25 36 0 134 130 2 546 141 65
Binary 11111011 10101 11110 0 1011100 1011000 10 101100110 1100001 110101

Color Harmonies of #FB151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB151E

Black with #FB151E

Text Example


Text Example

White with #FB151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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