Html Css Color HEX #FB151A Torch Red

📋 copy color: '#FB151A'

red 251 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #FB151A

Tints of Torch Red #FB151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 84.23%
G = 7.05%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB151A (or 0xFB151A) is known color: Torch Red. HEX triplet: FB, 15 and 1A. RGB value is (251,21,26). Sum of RGB (Red+Green+Blue) = 251+21+26=298 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.23% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 251 - color contains mainly: red. Hex color #FB151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB151A is #04EAE5. Grayscale: #5A5A5A. Windows color (decimal): -322278 or 1709563. OLE color: 1709563.

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

Color convert

RGB 251 21 26 -
CMYK 0 0.92 0.90 0.02
HSL 358.7º 0.97% 0.53% -
HSV(B) 358.7º 0.92% 0.98% -
XYZ 40.24 21.12 2.93 -
YUV 90.34 91.7 242.59 -
System Red Green Blue C M Y K H S L
Decimal 251 21 26 0 0.92 0.90 0.02 358.7 0.97 0.53
Hex FB 15 1A 0 5C 5A 2 167 61 35
Octal 373 25 32 0 134 132 2 547 141 65
Binary 11111011 10101 11010 0 1011100 1011010 10 101100111 1100001 110101

Color Harmonies of #FB151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB151A

Black with #FB151A

Text Example


Text Example

White with #FB151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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