Html Css Color HEX #FB1921 Torch Red

📋 copy color: '#FB1921'

red 251 ◦ green 25 ◦ blue 33

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

Shades of Torch Red #FB1921

Tints of Torch Red #FB1921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.68%

R = 81.23%
G = 8.09%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB1921 (or 0xFB1921) is known color: Torch Red. HEX triplet: FB, 19 and 21. RGB value is (251,25,33). Sum of RGB (Red+Green+Blue) = 251+25+33=309 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.23% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1921 is #04E6DE. Grayscale: #5D5D5D. Windows color (decimal): -321247 or 2169339. OLE color: 2169339.

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

Color convert

RGB 251 25 33 -
CMYK 0 0.90 0.87 0.02
HSL 357.88º 0.97% 0.54% -
HSV(B) 357.88º 0.9% 0.98% -
XYZ 40.41 21.31 3.42 -
YUV 93.49 93.87 240.35 -
System Red Green Blue C M Y K H S L
Decimal 251 25 33 0 0.90 0.87 0.02 357.88 0.97 0.54
Hex FB 19 21 0 5A 57 2 166 61 36
Octal 373 31 41 0 132 127 2 546 141 66
Binary 11111011 11001 100001 0 1011010 1010111 10 101100110 1100001 110110

Color Harmonies of #FB1921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1921

Black with #FB1921

Text Example


Text Example

White with #FB1921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1921; }

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

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

background-color css

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

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

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

border-color css

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

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

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