Html Css Color HEX #FB0520 Torch Red

📋 copy color: '#FB0520'

red 251 ◦ green 5 ◦ blue 32

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

Shades of Torch Red #FB0520

Tints of Torch Red #FB0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 87.15%
G = 1.74%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB0520 (or 0xFB0520) is known color: Torch Red. HEX triplet: FB, 05 and 20. RGB value is (251,5,32). Sum of RGB (Red+Green+Blue) = 251+5+32=288 (38% of max value = 765). Red value is 251 (98.44% from 255 or 87.15% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0520 is #04FADF. Grayscale: #515151. Windows color (decimal): -326368 or 2098683. OLE color: 2098683.

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

Color convert

RGB 251 5 32 -
CMYK 0 0.98 0.87 0.02
HSL 353.41º 0.97% 0.5% -
HSV(B) 353.41º 0.98% 0.98% -
XYZ 40.1 20.72 3.25 -
YUV 81.63 100 248.8 -
System Red Green Blue C M Y K H S L
Decimal 251 5 32 0 0.98 0.87 0.02 353.41 0.97 0.5
Hex FB 5 20 0 62 57 2 161 61 32
Octal 373 5 40 0 142 127 2 541 141 62
Binary 11111011 101 100000 0 1100010 1010111 10 101100001 1100001 110010

Color Harmonies of #FB0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0520

Black with #FB0520

Text Example


Text Example

White with #FB0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0520; }

 p { color: rgb(251,5,32); }

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

background-color css

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

 a { background-color: rgb(251,5,32); }

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

border-color css

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

 span { border-color: rgb(251,5,32); }

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