Html Css Color HEX #FB1533 Torch Red

📋 copy color: '#FB1533'

red 251 ◦ green 21 ◦ blue 51

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

Shades of Torch Red #FB1533

Tints of Torch Red #FB1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.5%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 77.71%
G = 6.5%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1533 (or 0xFB1533) is known color: Torch Red. HEX triplet: FB, 15 and 33. RGB value is (251,21,51). Sum of RGB (Red+Green+Blue) = 251+21+51=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1533 is #04EACC. Grayscale: #5D5D5D. Windows color (decimal): -322253 or 3347963. OLE color: 3347963.

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

Color convert

RGB 251 21 51 -
CMYK 0 0.92 0.80 0.02
HSL 352.17º 0.97% 0.53% -
HSV(B) 352.17º 0.92% 0.98% -
XYZ 40.65 21.28 5.1 -
YUV 93.19 104.2 240.56 -
System Red Green Blue C M Y K H S L
Decimal 251 21 51 0 0.92 0.80 0.02 352.17 0.97 0.53
Hex FB 15 33 0 5C 50 2 160 61 35
Octal 373 25 63 0 134 120 2 540 141 65
Binary 11111011 10101 110011 0 1011100 1010000 10 101100000 1100001 110101

Color Harmonies of #FB1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1533

Black with #FB1533

Text Example


Text Example

White with #FB1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1533; }

 p { color: rgb(251,21,51); }

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

background-color css

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

 a { background-color: rgb(251,21,51); }

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

border-color css

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

 span { border-color: rgb(251,21,51); }

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