#FB1835

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

Shades of Torch Red #FB1835

Tints of Torch Red #FB1835

Color information

#FB1835 (or 0xFB1835) is unknown color: approx Torch Red. HEX triplet: FB, 18 and 35. RGB value is (251,24,53). Sum of RGB (Red+Green+Blue) = 251+24+53=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1835 is #04E7CA. Grayscale: #5F5F5F. Windows color (decimal): -321483 or 3479803. OLE color: 3479803.

HSL color Cylindrical-coordinate representation of color #FB1835: hue angle of 352.33º 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 #FB1835 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB2512453-
CMYK00.900.790.02
HSL352.33º96.6%53.92%-
HSV(B)352.33º90.44%98.43%-
XYZ40.7521.425.35-
YUV95.18104.21239.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.52%
GREEN value IS 24 (9.77% from 255) = 7.32%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=76.52%
G=7.32%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251245300.900.790.02352.3396.653.92
HexFB183505A4F21606136
Octal37330650132117254014166
Binary1111101111000110101010110101001111101011000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1835; }

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

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

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

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

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

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

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

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