Html Css Color HEX #FB112B Torch Red

📋 copy color: '#FB112B'

red 251 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #FB112B

Tints of Torch Red #FB112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.47%

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

R = 80.71%
G = 5.47%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB112B (or 0xFB112B) is known color: Torch Red. HEX triplet: FB, 11 and 2B. RGB value is (251,17,43). Sum of RGB (Red+Green+Blue) = 251+17+43=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB112B is #04EED4. Grayscale: #5A5A5A. Windows color (decimal): -323285 or 2822651. OLE color: 2822651.

HSL color Cylindrical-coordinate representation of color #FB112B: hue angle of 353.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB112B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 43 -
CMYK 0 0.93 0.83 0.02
HSL 353.33º 0.97% 0.53% -
HSV(B) 353.33º 0.93% 0.98% -
XYZ 40.42 21.08 4.22 -
YUV 89.93 101.52 242.89 -
System Red Green Blue C M Y K H S L
Decimal 251 17 43 0 0.93 0.83 0.02 353.33 0.97 0.53
Hex FB 11 2B 0 5D 53 2 161 61 35
Octal 373 21 53 0 135 123 2 541 141 65
Binary 11111011 10001 101011 0 1011101 1010011 10 101100001 1100001 110101

Color Harmonies of #FB112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB112B

Black with #FB112B

Text Example


Text Example

White with #FB112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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