Html Css Color HEX #FB0721 Torch Red

📋 copy color: '#FB0721'

red 251 ◦ green 7 ◦ blue 33

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

Shades of Torch Red #FB0721

Tints of Torch Red #FB0721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

 BLUE value IS 33 (13.28% from 255) = 11.34%

R = 86.25%
G = 2.41%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB0721 (or 0xFB0721) is known color: Torch Red. HEX triplet: FB, 07 and 21. RGB value is (251,7,33). Sum of RGB (Red+Green+Blue) = 251+7+33=291 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.25% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0721 is #04F8DE. Grayscale: #535353. Windows color (decimal): -325855 or 2164731. OLE color: 2164731.

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

Color convert

RGB 251 7 33 -
CMYK 0 0.97 0.87 0.02
HSL 353.61º 0.97% 0.51% -
HSV(B) 353.61º 0.97% 0.98% -
XYZ 40.13 20.77 3.33 -
YUV 82.92 99.84 247.89 -
System Red Green Blue C M Y K H S L
Decimal 251 7 33 0 0.97 0.87 0.02 353.61 0.97 0.51
Hex FB 7 21 0 61 57 2 162 61 33
Octal 373 7 41 0 141 127 2 542 141 63
Binary 11111011 111 100001 0 1100001 1010111 10 101100010 1100001 110011

Color Harmonies of #FB0721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0721

Black with #FB0721

Text Example


Text Example

White with #FB0721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0721; }

 p { color: rgb(251,7,33); }

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

background-color css

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

 a { background-color: rgb(251,7,33); }

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

border-color css

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

 span { border-color: rgb(251,7,33); }

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