Html Css Color HEX #FB1F2F Torch Red

📋 copy color: '#FB1F2F'

red 251 ◦ green 31 ◦ blue 47

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

Shades of Torch Red #FB1F2F

Tints of Torch Red #FB1F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 76.29%
G = 9.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB1F2F (or 0xFB1F2F) is known color: Torch Red. HEX triplet: FB, 1F and 2F. RGB value is (251,31,47). Sum of RGB (Red+Green+Blue) = 251+31+47=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1F2F is #04E0D0. Grayscale: #626262. Windows color (decimal): -319697 or 3088379. OLE color: 3088379.

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

Color convert

RGB 251 31 47 -
CMYK 0 0.88 0.81 0.02
HSL 355.64º 0.96% 0.55% -
HSV(B) 355.64º 0.88% 0.98% -
XYZ 40.79 21.69 4.73 -
YUV 98.6 98.89 236.7 -
System Red Green Blue C M Y K H S L
Decimal 251 31 47 0 0.88 0.81 0.02 355.64 0.96 0.55
Hex FB 1F 2F 0 58 51 2 164 60 37
Octal 373 37 57 0 130 121 2 544 140 67
Binary 11111011 11111 101111 0 1011000 1010001 10 101100100 1100000 110111

Color Harmonies of #FB1F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F2F

Black with #FB1F2F

Text Example


Text Example

White with #FB1F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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