Html Css Color HEX #FB1139 Torch Red

📋 copy color: '#FB1139'

red 251 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #FB1139

Tints of Torch Red #FB1139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 77.23%
G = 5.23%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FB1139 (or 0xFB1139) is known color: Torch Red. HEX triplet: FB, 11 and 39. RGB value is (251,17,57). Sum of RGB (Red+Green+Blue) = 251+17+57=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1139 is #04EEC6. Grayscale: #5B5B5B. Windows color (decimal): -323271 or 3740155. OLE color: 3740155.

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

Color convert

RGB 251 17 57 -
CMYK 0 0.93 0.77 0.02
HSL 349.74º 0.97% 0.53% -
HSV(B) 349.74º 0.93% 0.98% -
XYZ 40.72 21.21 5.82 -
YUV 91.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 251 17 57 0 0.93 0.77 0.02 349.74 0.97 0.53
Hex FB 11 39 0 5D 4D 2 15E 61 35
Octal 373 21 71 0 135 115 2 536 141 65
Binary 11111011 10001 111001 0 1011101 1001101 10 101011110 1100001 110101

Color Harmonies of #FB1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1139

Black with #FB1139

Text Example


Text Example

White with #FB1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1139; }

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

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

background-color css

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

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

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

border-color css

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

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

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