Html Css Color HEX #FB1F45 Torch Red

📋 copy color: '#FB1F45'

red 251 ◦ green 31 ◦ blue 69

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

Shades of Torch Red #FB1F45

Tints of Torch Red #FB1F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 71.51%
G = 8.83%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB1F45 (or 0xFB1F45) is known color: Torch Red. HEX triplet: FB, 1F and 45. RGB value is (251,31,69). Sum of RGB (Red+Green+Blue) = 251+31+69=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F45 is #04E0BA. Grayscale: #656565. Windows color (decimal): -319675 or 4530171. OLE color: 4530171.

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

Color convert

RGB 251 31 69 -
CMYK 0 0.88 0.73 0.02
HSL 349.64º 0.96% 0.55% -
HSV(B) 349.64º 0.88% 0.98% -
XYZ 41.35 21.92 7.68 -
YUV 101.11 109.89 234.91 -
System Red Green Blue C M Y K H S L
Decimal 251 31 69 0 0.88 0.73 0.02 349.64 0.96 0.55
Hex FB 1F 45 0 58 49 2 15E 60 37
Octal 373 37 105 0 130 111 2 536 140 67
Binary 11111011 11111 1000101 0 1011000 1001001 10 101011110 1100000 110111

Color Harmonies of #FB1F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F45

Black with #FB1F45

Text Example


Text Example

White with #FB1F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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