Html Css Color HEX #FB2040 Torch Red

📋 copy color: '#FB2040'

red 251 ◦ green 32 ◦ blue 64

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

Shades of Torch Red #FB2040

Tints of Torch Red #FB2040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 72.33%
G = 9.22%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB2040 (or 0xFB2040) is known color: Torch Red. HEX triplet: FB, 20 and 40. RGB value is (251,32,64). Sum of RGB (Red+Green+Blue) = 251+32+64=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2040 is #04DFBF. Grayscale: #656565. Windows color (decimal): -319424 or 4202747. OLE color: 4202747.

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

Color convert

RGB 251 32 64 -
CMYK 0 0.87 0.75 0.02
HSL 351.23º 0.96% 0.55% -
HSV(B) 351.23º 0.87% 0.98% -
XYZ 41.23 21.91 6.91 -
YUV 101.13 107.05 234.9 -
System Red Green Blue C M Y K H S L
Decimal 251 32 64 0 0.87 0.75 0.02 351.23 0.96 0.55
Hex FB 20 40 0 57 4B 2 15F 60 37
Octal 373 40 100 0 127 113 2 537 140 67
Binary 11111011 100000 1000000 0 1010111 1001011 10 101011111 1100000 110111

Color Harmonies of #FB2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2040

Black with #FB2040

Text Example


Text Example

White with #FB2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2040; }

 p { color: rgb(251,32,64); }

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

background-color css

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

 a { background-color: rgb(251,32,64); }

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

border-color css

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

 span { border-color: rgb(251,32,64); }

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