Html Css Color HEX #FB0032 Torch Red

📋 copy color: '#FB0032'

red 251 ◦ green 0 ◦ blue 50

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

Shades of Torch Red #FB0032

Tints of Torch Red #FB0032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.39%
G = 0%
B = 16.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB0032 (or 0xFB0032) is known color: Torch Red. HEX triplet: FB, 00 and 32. RGB value is (251,0,50). Sum of RGB (Red+Green+Blue) = 251+0+50=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0032 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0032 is #04FFCD. Grayscale: #505050. Windows color (decimal): -327630 or 3277051. OLE color: 3277051.

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

Color convert

RGB 251 0 50 -
CMYK 0 1 0.80 0.02
HSL 348.05º 1% 0.49% -
HSV(B) 348.05º 1% 0.98% -
XYZ 40.36 20.74 4.89 -
YUV 80.75 110.66 249.43 -
System Red Green Blue C M Y K H S L
Decimal 251 0 50 0 1 0.80 0.02 348.05 1 0.49
Hex FB 0 32 0 64 50 2 15C 64 31
Octal 373 0 62 0 144 120 2 534 144 61
Binary 11111011 0 110010 0 1100100 1010000 10 101011100 1100100 110001

Color Harmonies of #FB0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0032

Black with #FB0032

Text Example


Text Example

White with #FB0032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0032; }

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

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

background-color css

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

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

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

border-color css

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

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

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