Html Css Color HEX #FB1320 Torch Red

📋 copy color: '#FB1320'

red 251 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #FB1320

Tints of Torch Red #FB1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 83.11%
G = 6.29%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB1320 (or 0xFB1320) is known color: Torch Red. HEX triplet: FB, 13 and 20. RGB value is (251,19,32). Sum of RGB (Red+Green+Blue) = 251+19+32=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1320 is #04ECDF. Grayscale: #5A5A5A. Windows color (decimal): -322784 or 2102267. OLE color: 2102267.

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

Color convert

RGB 251 19 32 -
CMYK 0 0.92 0.87 0.02
HSL 356.64º 0.97% 0.53% -
HSV(B) 356.64º 0.92% 0.98% -
XYZ 40.28 21.08 3.31 -
YUV 89.85 95.36 242.94 -
System Red Green Blue C M Y K H S L
Decimal 251 19 32 0 0.92 0.87 0.02 356.64 0.97 0.53
Hex FB 13 20 0 5C 57 2 165 61 35
Octal 373 23 40 0 134 127 2 545 141 65
Binary 11111011 10011 100000 0 1011100 1010111 10 101100101 1100001 110101

Color Harmonies of #FB1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1320

Black with #FB1320

Text Example


Text Example

White with #FB1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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