Html Css Color HEX #FB0740 Torch Red

📋 copy color: '#FB0740'

red 251 ◦ green 7 ◦ blue 64

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

Shades of Torch Red #FB0740

Tints of Torch Red #FB0740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 77.95%
G = 2.17%
B = 19.88%

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

#FB0740 (or 0xFB0740) is known color: Torch Red. HEX triplet: FB, 07 and 40. RGB value is (251,7,64). Sum of RGB (Red+Green+Blue) = 251+7+64=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0740 is #04F8BF. Grayscale: #565656. Windows color (decimal): -325824 or 4196347. OLE color: 4196347.

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

Color convert

RGB 251 7 64 -
CMYK 0 0.97 0.75 0.02
HSL 345.98º 0.97% 0.51% -
HSV(B) 345.98º 0.97% 0.98% -
XYZ 40.79 21.03 6.76 -
YUV 86.45 115.34 245.37 -
System Red Green Blue C M Y K H S L
Decimal 251 7 64 0 0.97 0.75 0.02 345.98 0.97 0.51
Hex FB 7 40 0 61 4B 2 15A 61 33
Octal 373 7 100 0 141 113 2 532 141 63
Binary 11111011 111 1000000 0 1100001 1001011 10 101011010 1100001 110011

Color Harmonies of #FB0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0740

Black with #FB0740

Text Example


Text Example

White with #FB0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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