Html Css Color HEX #FB1031 Torch Red

📋 copy color: '#FB1031'

red 251 ◦ green 16 ◦ blue 49

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

Shades of Torch Red #FB1031

Tints of Torch Red #FB1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 79.43%
G = 5.06%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1031 (or 0xFB1031) is known color: Torch Red. HEX triplet: FB, 10 and 31. RGB value is (251,16,49). Sum of RGB (Red+Green+Blue) = 251+16+49=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1031 is #04EFCE. Grayscale: #5A5A5A. Windows color (decimal): -323535 or 3215611. OLE color: 3215611.

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

Color convert

RGB 251 16 49 -
CMYK 0 0.94 0.80 0.02
HSL 351.57º 0.97% 0.52% -
HSV(B) 351.57º 0.94% 0.98% -
XYZ 40.52 21.1 4.84 -
YUV 90.03 104.86 242.82 -
System Red Green Blue C M Y K H S L
Decimal 251 16 49 0 0.94 0.80 0.02 351.57 0.97 0.52
Hex FB 10 31 0 5E 50 2 160 61 34
Octal 373 20 61 0 136 120 2 540 141 64
Binary 11111011 10000 110001 0 1011110 1010000 10 101100000 1100001 110100

Color Harmonies of #FB1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1031

Black with #FB1031

Text Example


Text Example

White with #FB1031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1031; }

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

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

background-color css

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

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

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

border-color css

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

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

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