Html Css Color HEX #FB072B Torch Red

📋 copy color: '#FB072B'

red 251 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #FB072B

Tints of Torch Red #FB072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 83.39%
G = 2.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB072B (or 0xFB072B) is known color: Torch Red. HEX triplet: FB, 07 and 2B. RGB value is (251,7,43). Sum of RGB (Red+Green+Blue) = 251+7+43=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB072B is #04F8D4. Grayscale: #545454. Windows color (decimal): -325845 or 2820091. OLE color: 2820091.

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

Color convert

RGB 251 7 43 -
CMYK 0 0.97 0.83 0.02
HSL 351.15º 0.97% 0.51% -
HSV(B) 351.15º 0.97% 0.98% -
XYZ 40.3 20.84 4.18 -
YUV 84.06 104.84 247.07 -
System Red Green Blue C M Y K H S L
Decimal 251 7 43 0 0.97 0.83 0.02 351.15 0.97 0.51
Hex FB 7 2B 0 61 53 2 15F 61 33
Octal 373 7 53 0 141 123 2 537 141 63
Binary 11111011 111 101011 0 1100001 1010011 10 101011111 1100001 110011

Color Harmonies of #FB072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB072B

Black with #FB072B

Text Example


Text Example

White with #FB072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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