Html Css Color HEX #FB1F21 Torch Red

📋 copy color: '#FB1F21'

red 251 ◦ green 31 ◦ blue 33

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

Shades of Torch Red #FB1F21

Tints of Torch Red #FB1F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.84%

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

R = 79.68%
G = 9.84%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB1F21 (or 0xFB1F21) is known color: Torch Red. HEX triplet: FB, 1F and 21. RGB value is (251,31,33). Sum of RGB (Red+Green+Blue) = 251+31+33=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F21 is #04E0DE. Grayscale: #616161. Windows color (decimal): -319711 or 2170875. OLE color: 2170875.

HSL color Cylindrical-coordinate representation of color #FB1F21: hue angle of 359.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F21 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 31 33 -
CMYK 0 0.88 0.87 0.02
HSL 359.45º 0.96% 0.55% -
HSV(B) 359.45º 0.88% 0.98% -
XYZ 40.55 21.6 3.47 -
YUV 97.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 251 31 33 0 0.88 0.87 0.02 359.45 0.96 0.55
Hex FB 1F 21 0 58 57 2 167 60 37
Octal 373 37 41 0 130 127 2 547 140 67
Binary 11111011 11111 100001 0 1011000 1010111 10 101100111 1100000 110111

Color Harmonies of #FB1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F21

Black with #FB1F21

Text Example


Text Example

White with #FB1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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