Html Css Color HEX #FB0440 Torch Red

📋 copy color: '#FB0440'

red 251 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #FB0440

Tints of Torch Red #FB0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 78.68%
G = 1.25%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB0440 (or 0xFB0440) is known color: Torch Red. HEX triplet: FB, 04 and 40. RGB value is (251,4,64). Sum of RGB (Red+Green+Blue) = 251+4+64=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0440 is #04FBBF. Grayscale: #545454. Windows color (decimal): -326592 or 4195579. OLE color: 4195579.

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

Color convert

RGB 251 4 64 -
CMYK 0 0.98 0.75 0.02
HSL 345.43º 0.97% 0.5% -
HSV(B) 345.43º 0.98% 0.98% -
XYZ 40.75 20.97 6.75 -
YUV 84.69 116.33 246.62 -
System Red Green Blue C M Y K H S L
Decimal 251 4 64 0 0.98 0.75 0.02 345.43 0.97 0.5
Hex FB 4 40 0 62 4B 2 159 61 32
Octal 373 4 100 0 142 113 2 531 141 62
Binary 11111011 100 1000000 0 1100010 1001011 10 101011001 1100001 110010

Color Harmonies of #FB0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0440

Black with #FB0440

Text Example


Text Example

White with #FB0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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