Html Css Color HEX #FB0726 Torch Red

📋 copy color: '#FB0726'

red 251 ◦ green 7 ◦ blue 38

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

Shades of Torch Red #FB0726

Tints of Torch Red #FB0726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 84.8%
G = 2.36%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB0726 (or 0xFB0726) is known color: Torch Red. HEX triplet: FB, 07 and 26. RGB value is (251,7,38). Sum of RGB (Red+Green+Blue) = 251+7+38=296 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.80% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0726 is #04F8D9. Grayscale: #535353. Windows color (decimal): -325850 or 2492411. OLE color: 2492411.

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

Color convert

RGB 251 7 38 -
CMYK 0 0.97 0.85 0.02
HSL 352.38º 0.97% 0.51% -
HSV(B) 352.38º 0.97% 0.98% -
XYZ 40.21 20.8 3.73 -
YUV 83.49 102.34 247.48 -
System Red Green Blue C M Y K H S L
Decimal 251 7 38 0 0.97 0.85 0.02 352.38 0.97 0.51
Hex FB 7 26 0 61 55 2 160 61 33
Octal 373 7 46 0 141 125 2 540 141 63
Binary 11111011 111 100110 0 1100001 1010101 10 101100000 1100001 110011

Color Harmonies of #FB0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0726

Black with #FB0726

Text Example


Text Example

White with #FB0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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