Html Css Color HEX #FB1519 Torch Red

📋 copy color: '#FB1519'

red 251 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #FB1519

Tints of Torch Red #FB1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 84.51%
G = 7.07%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB1519 (or 0xFB1519) is known color: Torch Red. HEX triplet: FB, 15 and 19. RGB value is (251,21,25). Sum of RGB (Red+Green+Blue) = 251+21+25=297 (39% of max value = 765). Red value is 251 (98.44% from 255 or 84.51% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1519 is #04EAE6. Grayscale: #5A5A5A. Windows color (decimal): -322279 or 1644027. OLE color: 1644027.

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

Color convert

RGB 251 21 25 -
CMYK 0 0.92 0.90 0.02
HSL 358.96º 0.97% 0.53% -
HSV(B) 358.96º 0.92% 0.98% -
XYZ 40.23 21.12 2.88 -
YUV 90.23 91.2 242.67 -
System Red Green Blue C M Y K H S L
Decimal 251 21 25 0 0.92 0.90 0.02 358.96 0.97 0.53
Hex FB 15 19 0 5C 5A 2 167 61 35
Octal 373 25 31 0 134 132 2 547 141 65
Binary 11111011 10101 11001 0 1011100 1011010 10 101100111 1100001 110101

Color Harmonies of #FB1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1519

Black with #FB1519

Text Example


Text Example

White with #FB1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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