Html Css Color HEX #FB072F Torch Red

📋 copy color: '#FB072F'

red 251 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #FB072F

Tints of Torch Red #FB072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 82.3%
G = 2.3%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB072F (or 0xFB072F) is known color: Torch Red. HEX triplet: FB, 07 and 2F. RGB value is (251,7,47). Sum of RGB (Red+Green+Blue) = 251+7+47=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB072F is #04F8D0. Grayscale: #545454. Windows color (decimal): -325841 or 3082235. OLE color: 3082235.

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

Color convert

RGB 251 7 47 -
CMYK 0 0.97 0.81 0.02
HSL 350.16º 0.97% 0.51% -
HSV(B) 350.16º 0.97% 0.98% -
XYZ 40.37 20.87 4.59 -
YUV 84.52 106.84 246.75 -
System Red Green Blue C M Y K H S L
Decimal 251 7 47 0 0.97 0.81 0.02 350.16 0.97 0.51
Hex FB 7 2F 0 61 51 2 15E 61 33
Octal 373 7 57 0 141 121 2 536 141 63
Binary 11111011 111 101111 0 1100001 1010001 10 101011110 1100001 110011

Color Harmonies of #FB072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB072F

Black with #FB072F

Text Example


Text Example

White with #FB072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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