Html Css Color HEX #FB1526 Torch Red

📋 copy color: '#FB1526'

red 251 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #FB1526

Tints of Torch Red #FB1526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 80.97%
G = 6.77%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB1526 (or 0xFB1526) is known color: Torch Red. HEX triplet: FB, 15 and 26. RGB value is (251,21,38). Sum of RGB (Red+Green+Blue) = 251+21+38=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1526 is #04EAD9. Grayscale: #5B5B5B. Windows color (decimal): -322266 or 2495995. OLE color: 2495995.

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

Color convert

RGB 251 21 38 -
CMYK 0 0.92 0.85 0.02
HSL 355.57º 0.97% 0.53% -
HSV(B) 355.57º 0.92% 0.98% -
XYZ 40.4 21.19 3.79 -
YUV 91.71 97.7 241.62 -
System Red Green Blue C M Y K H S L
Decimal 251 21 38 0 0.92 0.85 0.02 355.57 0.97 0.53
Hex FB 15 26 0 5C 55 2 164 61 35
Octal 373 25 46 0 134 125 2 544 141 65
Binary 11111011 10101 100110 0 1011100 1010101 10 101100100 1100001 110101

Color Harmonies of #FB1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1526

Black with #FB1526

Text Example


Text Example

White with #FB1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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