#FB1836

Color #FB1836 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FB1836

Tints of Torch Red #FB1836

Color information

#FB1836 (or 0xFB1836) is unknown color: approx Torch Red. HEX triplet: FB, 18 and 36. RGB value is (251,24,54). Sum of RGB (Red+Green+Blue) = 251+24+54=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1836 is #04E7C9. Grayscale: #5F5F5F. Windows color (decimal): -321482 or 3545339. OLE color: 3545339.

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

Color convert

RGB2512454-
CMYK00.900.780.02
HSL352.07º96.6%53.92%-
HSV(B)352.07º90.44%98.43%-
XYZ40.7821.435.48-
YUV95.29104.71239.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.29%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=76.29%
G=7.29%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251245400.900.780.02352.0796.653.92
HexFB183605A4E21606136
Octal37330660132116254014166
Binary1111101111000110110010110101001110101011000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1836; }

 p { color: rgb(251,24,54); }

 H1.HeaderClassName
 {
   color: #FB1836;
 }
 .AnyTagClassName
 {
   color: #FB1836;
 }
</style>
background-color css

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

 a { background-color: rgb(251,24,54); }

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

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

 span { border-color: rgb(251,24,54); }

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