Html Css Color HEX #FB2540 Torch Red

📋 copy color: '#FB2540'

red 251 ◦ green 37 ◦ blue 64

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

Shades of Torch Red #FB2540

Tints of Torch Red #FB2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 71.31%
G = 10.51%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB2540 (or 0xFB2540) is known color: Torch Red. HEX triplet: FB, 25 and 40. RGB value is (251,37,64). Sum of RGB (Red+Green+Blue) = 251+37+64=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2540 is #04DABF. Grayscale: #686868. Windows color (decimal): -318144 or 4204027. OLE color: 4204027.

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

Color convert

RGB 251 37 64 -
CMYK 0 0.85 0.75 0.02
HSL 352.43º 0.96% 0.56% -
HSV(B) 352.43º 0.85% 0.98% -
XYZ 41.37 22.2 6.96 -
YUV 104.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 251 37 64 0 0.85 0.75 0.02 352.43 0.96 0.56
Hex FB 25 40 0 55 4B 2 160 60 38
Octal 373 45 100 0 125 113 2 540 140 70
Binary 11111011 100101 1000000 0 1010101 1001011 10 101100000 1100000 111000

Color Harmonies of #FB2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2540

Black with #FB2540

Text Example


Text Example

White with #FB2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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