Html Css Color HEX #FB112A Torch Red

📋 copy color: '#FB112A'

red 251 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #FB112A

Tints of Torch Red #FB112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 80.97%
G = 5.48%
B = 13.55%

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

#FB112A (or 0xFB112A) is known color: Torch Red. HEX triplet: FB, 11 and 2A. RGB value is (251,17,42). Sum of RGB (Red+Green+Blue) = 251+17+42=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB112A is #04EED5. Grayscale: #595959. Windows color (decimal): -323286 or 2757115. OLE color: 2757115.

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

Color convert

RGB 251 17 42 -
CMYK 0 0.93 0.83 0.02
HSL 353.59º 0.97% 0.53% -
HSV(B) 353.59º 0.93% 0.98% -
XYZ 40.4 21.08 4.13 -
YUV 89.82 101.02 242.97 -
System Red Green Blue C M Y K H S L
Decimal 251 17 42 0 0.93 0.83 0.02 353.59 0.97 0.53
Hex FB 11 2A 0 5D 53 2 162 61 35
Octal 373 21 52 0 135 123 2 542 141 65
Binary 11111011 10001 101010 0 1011101 1010011 10 101100010 1100001 110101

Color Harmonies of #FB112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB112A

Black with #FB112A

Text Example


Text Example

White with #FB112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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