Html Css Color HEX #FB1923 Torch Red

📋 copy color: '#FB1923'

red 251 ◦ green 25 ◦ blue 35

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

Shades of Torch Red #FB1923

Tints of Torch Red #FB1923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 80.71%
G = 8.04%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1923 (or 0xFB1923) is known color: Torch Red. HEX triplet: FB, 19 and 23. RGB value is (251,25,35). Sum of RGB (Red+Green+Blue) = 251+25+35=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1923 is #04E6DC. Grayscale: #5D5D5D. Windows color (decimal): -321245 or 2300411. OLE color: 2300411.

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

Color convert

RGB 251 25 35 -
CMYK 0 0.90 0.86 0.02
HSL 357.35º 0.97% 0.54% -
HSV(B) 357.35º 0.9% 0.98% -
XYZ 40.43 21.33 3.58 -
YUV 93.71 94.87 240.19 -
System Red Green Blue C M Y K H S L
Decimal 251 25 35 0 0.90 0.86 0.02 357.35 0.97 0.54
Hex FB 19 23 0 5A 56 2 165 61 36
Octal 373 31 43 0 132 126 2 545 141 66
Binary 11111011 11001 100011 0 1011010 1010110 10 101100101 1100001 110110

Color Harmonies of #FB1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1923

Black with #FB1923

Text Example


Text Example

White with #FB1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1923; }

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

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

background-color css

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

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

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

border-color css

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

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

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