Html Css Color HEX #FB0931 Torch Red

📋 copy color: '#FB0931'

red 251 ◦ green 9 ◦ blue 49

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

Shades of Torch Red #FB0931

Tints of Torch Red #FB0931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 81.23%
G = 2.91%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB0931 (or 0xFB0931) is known color: Torch Red. HEX triplet: FB, 09 and 31. RGB value is (251,9,49). Sum of RGB (Red+Green+Blue) = 251+9+49=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0931 is #04F6CE. Grayscale: #565656. Windows color (decimal): -325327 or 3213819. OLE color: 3213819.

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

Color convert

RGB 251 9 49 -
CMYK 0 0.96 0.80 0.02
HSL 350.08º 0.97% 0.51% -
HSV(B) 350.08º 0.96% 0.98% -
XYZ 40.44 20.93 4.81 -
YUV 85.92 107.17 245.75 -
System Red Green Blue C M Y K H S L
Decimal 251 9 49 0 0.96 0.80 0.02 350.08 0.97 0.51
Hex FB 9 31 0 60 50 2 15E 61 33
Octal 373 11 61 0 140 120 2 536 141 63
Binary 11111011 1001 110001 0 1100000 1010000 10 101011110 1100001 110011

Color Harmonies of #FB0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0931

Black with #FB0931

Text Example


Text Example

White with #FB0931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0931; }

 p { color: rgb(251,9,49); }

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

background-color css

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

 a { background-color: rgb(251,9,49); }

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

border-color css

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

 span { border-color: rgb(251,9,49); }

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