Html Css Color HEX #FB0332 Torch Red

📋 copy color: '#FB0332'

red 251 ◦ green 3 ◦ blue 50

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

Shades of Torch Red #FB0332

Tints of Torch Red #FB0332

RGB

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

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

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

R = 82.57%
G = 0.99%
B = 16.45%

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

#FB0332 (or 0xFB0332) is known color: Torch Red. HEX triplet: FB, 03 and 32. RGB value is (251,3,50). Sum of RGB (Red+Green+Blue) = 251+3+50=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0332 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0332 is #04FCCD. Grayscale: #525252. Windows color (decimal): -326862 or 3277819. OLE color: 3277819.

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

Color convert

RGB 251 3 50 -
CMYK 0 0.99 0.80 0.02
HSL 348.63º 0.98% 0.5% -
HSV(B) 348.63º 0.99% 0.98% -
XYZ 40.39 20.8 4.9 -
YUV 82.51 109.66 248.18 -
System Red Green Blue C M Y K H S L
Decimal 251 3 50 0 0.99 0.80 0.02 348.63 0.98 0.5
Hex FB 3 32 0 63 50 2 15D 62 32
Octal 373 3 62 0 143 120 2 535 142 62
Binary 11111011 11 110010 0 1100011 1010000 10 101011101 1100010 110010

Color Harmonies of #FB0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0332

Black with #FB0332

Text Example


Text Example

White with #FB0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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