Html Css Color HEX #FB191C Torch Red

📋 copy color: '#FB191C'

red 251 ◦ green 25 ◦ blue 28

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

Shades of Torch Red #FB191C

Tints of Torch Red #FB191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 82.57%
G = 8.22%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB191C (or 0xFB191C) is known color: Torch Red. HEX triplet: FB, 19 and 1C. RGB value is (251,25,28). Sum of RGB (Red+Green+Blue) = 251+25+28=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB191C is #04E6E3. Grayscale: #5D5D5D. Windows color (decimal): -321252 or 1841659. OLE color: 1841659.

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

Color convert

RGB 251 25 28 -
CMYK 0 0.90 0.89 0.02
HSL 359.2º 0.97% 0.54% -
HSV(B) 359.2º 0.9% 0.98% -
XYZ 40.34 21.29 3.08 -
YUV 92.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 251 25 28 0 0.90 0.89 0.02 359.2 0.97 0.54
Hex FB 19 1C 0 5A 59 2 167 61 36
Octal 373 31 34 0 132 131 2 547 141 66
Binary 11111011 11001 11100 0 1011010 1011001 10 101100111 1100001 110110

Color Harmonies of #FB191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB191C

Black with #FB191C

Text Example


Text Example

White with #FB191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB191C; }

 p { color: rgb(251,25,28); }

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

background-color css

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

 a { background-color: rgb(251,25,28); }

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

border-color css

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

 span { border-color: rgb(251,25,28); }

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