Html Css Color HEX #FB131E Torch Red

📋 copy color: '#FB131E'

red 251 ◦ green 19 ◦ blue 30

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

Shades of Torch Red #FB131E

Tints of Torch Red #FB131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 83.67%
G = 6.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB131E (or 0xFB131E) is known color: Torch Red. HEX triplet: FB, 13 and 1E. RGB value is (251,19,30). Sum of RGB (Red+Green+Blue) = 251+19+30=300 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 251 - color contains mainly: red. Hex color #FB131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB131E is #04ECE1. Grayscale: #595959. Windows color (decimal): -322786 or 1971195. OLE color: 1971195.

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

Color convert

RGB 251 19 30 -
CMYK 0 0.92 0.88 0.02
HSL 357.16º 0.97% 0.53% -
HSV(B) 357.16º 0.92% 0.98% -
XYZ 40.25 21.07 3.17 -
YUV 89.62 94.36 243.11 -
System Red Green Blue C M Y K H S L
Decimal 251 19 30 0 0.92 0.88 0.02 357.16 0.97 0.53
Hex FB 13 1E 0 5C 58 2 165 61 35
Octal 373 23 36 0 134 130 2 545 141 65
Binary 11111011 10011 11110 0 1011100 1011000 10 101100101 1100001 110101

Color Harmonies of #FB131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB131E

Black with #FB131E

Text Example


Text Example

White with #FB131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB131E; }

 p { color: rgb(251,19,30); }

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

background-color css

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

 a { background-color: rgb(251,19,30); }

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

border-color css

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

 span { border-color: rgb(251,19,30); }

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