Html Css Color HEX #FB181F Torch Red

📋 copy color: '#FB181F'

red 251 ◦ green 24 ◦ blue 31

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

Shades of Torch Red #FB181F

Tints of Torch Red #FB181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 82.03%
G = 7.84%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB181F (or 0xFB181F) is known color: Torch Red. HEX triplet: FB, 18 and 1F. RGB value is (251,24,31). Sum of RGB (Red+Green+Blue) = 251+24+31=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB181F is #04E7E0. Grayscale: #5C5C5C. Windows color (decimal): -321505 or 2038011. OLE color: 2038011.

HSL color Cylindrical-coordinate representation of color #FB181F: hue angle of 358.15º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB181F is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 31 -
CMYK 0 0.90 0.88 0.02
HSL 358.15º 0.97% 0.54% -
HSV(B) 358.15º 0.9% 0.98% -
XYZ 40.36 21.26 3.27 -
YUV 92.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 251 24 31 0 0.90 0.88 0.02 358.15 0.97 0.54
Hex FB 18 1F 0 5A 58 2 166 61 36
Octal 373 30 37 0 132 130 2 546 141 66
Binary 11111011 11000 11111 0 1011010 1011000 10 101100110 1100001 110110

Color Harmonies of #FB181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB181F

Black with #FB181F

Text Example


Text Example

White with #FB181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB181F; }

 p { color: rgb(251,24,31); }

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

background-color css

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

 a { background-color: rgb(251,24,31); }

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

border-color css

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

 span { border-color: rgb(251,24,31); }

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