Html Css Color HEX #FB1522 Torch Red

📋 copy color: '#FB1522'

red 251 ◦ green 21 ◦ blue 34

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

Shades of Torch Red #FB1522

Tints of Torch Red #FB1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

 BLUE value IS 34 (13.67% from 255) = 11.11%

R = 82.03%
G = 6.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1522 (or 0xFB1522) is known color: Torch Red. HEX triplet: FB, 15 and 22. RGB value is (251,21,34). Sum of RGB (Red+Green+Blue) = 251+21+34=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1522 is #04EADD. Grayscale: #5B5B5B. Windows color (decimal): -322270 or 2233851. OLE color: 2233851.

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

Color convert

RGB 251 21 34 -
CMYK 0 0.92 0.86 0.02
HSL 356.61º 0.97% 0.53% -
HSV(B) 356.61º 0.92% 0.98% -
XYZ 40.34 21.16 3.47 -
YUV 91.25 95.7 241.94 -
System Red Green Blue C M Y K H S L
Decimal 251 21 34 0 0.92 0.86 0.02 356.61 0.97 0.53
Hex FB 15 22 0 5C 56 2 165 61 35
Octal 373 25 42 0 134 126 2 545 141 65
Binary 11111011 10101 100010 0 1011100 1010110 10 101100101 1100001 110101

Color Harmonies of #FB1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1522

Black with #FB1522

Text Example


Text Example

White with #FB1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1522; }

 p { color: rgb(251,21,34); }

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

background-color css

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

 a { background-color: rgb(251,21,34); }

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

border-color css

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

 span { border-color: rgb(251,21,34); }

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