Html Css Color HEX #FB1132 Torch Red

📋 copy color: '#FB1132'

red 251 ◦ green 17 ◦ blue 50

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

Shades of Torch Red #FB1132

Tints of Torch Red #FB1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 78.93%
G = 5.35%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1132 (or 0xFB1132) is known color: Torch Red. HEX triplet: FB, 11 and 32. RGB value is (251,17,50). Sum of RGB (Red+Green+Blue) = 251+17+50=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1132 is #04EECD. Grayscale: #5A5A5A. Windows color (decimal): -323278 or 3281403. OLE color: 3281403.

HSL color Cylindrical-coordinate representation of color #FB1132: hue angle of 351.54º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1132 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 50 -
CMYK 0 0.93 0.80 0.02
HSL 351.54º 0.97% 0.53% -
HSV(B) 351.54º 0.93% 0.98% -
XYZ 40.56 21.14 4.96 -
YUV 90.73 105.02 242.32 -
System Red Green Blue C M Y K H S L
Decimal 251 17 50 0 0.93 0.80 0.02 351.54 0.97 0.53
Hex FB 11 32 0 5D 50 2 160 61 35
Octal 373 21 62 0 135 120 2 540 141 65
Binary 11111011 10001 110010 0 1011101 1010000 10 101100000 1100001 110101

Color Harmonies of #FB1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1132

Black with #FB1132

Text Example


Text Example

White with #FB1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1132; }

 p { color: rgb(251,17,50); }

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

background-color css

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

 a { background-color: rgb(251,17,50); }

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

border-color css

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

 span { border-color: rgb(251,17,50); }

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