Html Css Color HEX #FB1F32 Torch Red

📋 copy color: '#FB1F32'

red 251 ◦ green 31 ◦ blue 50

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

Shades of Torch Red #FB1F32

Tints of Torch Red #FB1F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 75.6%
G = 9.34%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1F32 (or 0xFB1F32) is known color: Torch Red. HEX triplet: FB, 1F and 32. RGB value is (251,31,50). Sum of RGB (Red+Green+Blue) = 251+31+50=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F32 is #04E0CD. Grayscale: #636363. Windows color (decimal): -319694 or 3284987. OLE color: 3284987.

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

Color convert

RGB 251 31 50 -
CMYK 0 0.88 0.80 0.02
HSL 354.82º 0.96% 0.55% -
HSV(B) 354.82º 0.88% 0.98% -
XYZ 40.85 21.72 5.06 -
YUV 98.95 100.39 236.46 -
System Red Green Blue C M Y K H S L
Decimal 251 31 50 0 0.88 0.80 0.02 354.82 0.96 0.55
Hex FB 1F 32 0 58 50 2 163 60 37
Octal 373 37 62 0 130 120 2 543 140 67
Binary 11111011 11111 110010 0 1011000 1010000 10 101100011 1100000 110111

Color Harmonies of #FB1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F32

Black with #FB1F32

Text Example


Text Example

White with #FB1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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