Html Css Color HEX #FB0712 Torch Red

📋 copy color: '#FB0712'

red 251 ◦ green 7 ◦ blue 18

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

Shades of Torch Red #FB0712

Tints of Torch Red #FB0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 90.94%
G = 2.54%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB0712 (or 0xFB0712) is known color: Torch Red. HEX triplet: FB, 07 and 12. RGB value is (251,7,18). Sum of RGB (Red+Green+Blue) = 251+7+18=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0712 is #04F8ED. Grayscale: #515151. Windows color (decimal): -325870 or 1181691. OLE color: 1181691.

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

Color convert

RGB 251 7 18 -
CMYK 0 0.97 0.93 0.02
HSL 357.3º 0.97% 0.51% -
HSV(B) 357.3º 0.97% 0.98% -
XYZ 39.97 20.7 2.46 -
YUV 81.21 92.34 249.11 -
System Red Green Blue C M Y K H S L
Decimal 251 7 18 0 0.97 0.93 0.02 357.3 0.97 0.51
Hex FB 7 12 0 61 5D 2 165 61 33
Octal 373 7 22 0 141 135 2 545 141 63
Binary 11111011 111 10010 0 1100001 1011101 10 101100101 1100001 110011

Color Harmonies of #FB0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0712

Black with #FB0712

Text Example


Text Example

White with #FB0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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