Html Css Color HEX #FB073E Torch Red

📋 copy color: '#FB073E'

red 251 ◦ green 7 ◦ blue 62

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

Shades of Torch Red #FB073E

Tints of Torch Red #FB073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 78.44%
G = 2.19%
B = 19.38%

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

#FB073E (or 0xFB073E) is known color: Torch Red. HEX triplet: FB, 07 and 3E. RGB value is (251,7,62). Sum of RGB (Red+Green+Blue) = 251+7+62=320 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.44% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 251 - color contains mainly: red. Hex color #FB073E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB073E is #04F8C1. Grayscale: #565656. Windows color (decimal): -325826 or 4065275. OLE color: 4065275.

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

Color convert

RGB 251 7 62 -
CMYK 0 0.97 0.75 0.02
HSL 346.48º 0.97% 0.51% -
HSV(B) 346.48º 0.97% 0.98% -
XYZ 40.73 21.01 6.47 -
YUV 86.23 114.34 245.53 -
System Red Green Blue C M Y K H S L
Decimal 251 7 62 0 0.97 0.75 0.02 346.48 0.97 0.51
Hex FB 7 3E 0 61 4B 2 15A 61 33
Octal 373 7 76 0 141 113 2 532 141 63
Binary 11111011 111 111110 0 1100001 1001011 10 101011010 1100001 110011

Color Harmonies of #FB073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB073E

Black with #FB073E

Text Example


Text Example

White with #FB073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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