Html Css Color HEX #FB073F Torch Red

📋 copy color: '#FB073F'

red 251 ◦ green 7 ◦ blue 63

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

Shades of Torch Red #FB073F

Tints of Torch Red #FB073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 78.19%
G = 2.18%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB073F (or 0xFB073F) is known color: Torch Red. HEX triplet: FB, 07 and 3F. RGB value is (251,7,63). Sum of RGB (Red+Green+Blue) = 251+7+63=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB073F is #04F8C0. Grayscale: #565656. Windows color (decimal): -325825 or 4130811. OLE color: 4130811.

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

Color convert

RGB 251 7 63 -
CMYK 0 0.97 0.75 0.02
HSL 346.23º 0.97% 0.51% -
HSV(B) 346.23º 0.97% 0.98% -
XYZ 40.76 21.02 6.61 -
YUV 86.34 114.84 245.45 -
System Red Green Blue C M Y K H S L
Decimal 251 7 63 0 0.97 0.75 0.02 346.23 0.97 0.51
Hex FB 7 3F 0 61 4B 2 15A 61 33
Octal 373 7 77 0 141 113 2 532 141 63
Binary 11111011 111 111111 0 1100001 1001011 10 101011010 1100001 110011

Color Harmonies of #FB073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB073F

Black with #FB073F

Text Example


Text Example

White with #FB073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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