Html Css Color HEX #FB1724 Torch Red

📋 copy color: '#FB1724'

red 251 ◦ green 23 ◦ blue 36

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

Shades of Torch Red #FB1724

Tints of Torch Red #FB1724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 80.97%
G = 7.42%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1724 (or 0xFB1724) is known color: Torch Red. HEX triplet: FB, 17 and 24. RGB value is (251,23,36). Sum of RGB (Red+Green+Blue) = 251+23+36=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1724 is #04E8DB. Grayscale: #5C5C5C. Windows color (decimal): -321756 or 2365435. OLE color: 2365435.

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

Color convert

RGB 251 23 36 -
CMYK 0 0.91 0.86 0.02
HSL 356.58º 0.97% 0.54% -
HSV(B) 356.58º 0.91% 0.98% -
XYZ 40.41 21.25 3.64 -
YUV 92.65 96.04 240.94 -
System Red Green Blue C M Y K H S L
Decimal 251 23 36 0 0.91 0.86 0.02 356.58 0.97 0.54
Hex FB 17 24 0 5B 56 2 165 61 36
Octal 373 27 44 0 133 126 2 545 141 66
Binary 11111011 10111 100100 0 1011011 1010110 10 101100101 1100001 110110

Color Harmonies of #FB1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1724

Black with #FB1724

Text Example


Text Example

White with #FB1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1724; }

 p { color: rgb(251,23,36); }

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

background-color css

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

 a { background-color: rgb(251,23,36); }

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

border-color css

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

 span { border-color: rgb(251,23,36); }

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