Html Css Color HEX #FB0331 Torch Red

📋 copy color: '#FB0331'

red 251 ◦ green 3 ◦ blue 49

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

Shades of Torch Red #FB0331

Tints of Torch Red #FB0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 82.84%
G = 0.99%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB0331 (or 0xFB0331) is known color: Torch Red. HEX triplet: FB, 03 and 31. RGB value is (251,3,49). Sum of RGB (Red+Green+Blue) = 251+3+49=303 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.84% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0331 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0331 is #04FCCE. Grayscale: #525252. Windows color (decimal): -326863 or 3212283. OLE color: 3212283.

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

Color convert

RGB 251 3 49 -
CMYK 0 0.99 0.80 0.02
HSL 348.87º 0.98% 0.5% -
HSV(B) 348.87º 0.99% 0.98% -
XYZ 40.37 20.8 4.79 -
YUV 82.4 109.16 248.26 -
System Red Green Blue C M Y K H S L
Decimal 251 3 49 0 0.99 0.80 0.02 348.87 0.98 0.5
Hex FB 3 31 0 63 50 2 15D 62 32
Octal 373 3 61 0 143 120 2 535 142 62
Binary 11111011 11 110001 0 1100011 1010000 10 101011101 1100010 110010

Color Harmonies of #FB0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0331

Black with #FB0331

Text Example


Text Example

White with #FB0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0331; }

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

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

background-color css

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

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

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

border-color css

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

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

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