Html Css Color HEX #FB0136 Torch Red

📋 copy color: '#FB0136'

red 251 ◦ green 1 ◦ blue 54

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

Shades of Torch Red #FB0136

Tints of Torch Red #FB0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 82.03%
G = 0.33%
B = 17.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB0136 (or 0xFB0136) is known color: Torch Red. HEX triplet: FB, 01 and 36. RGB value is (251,1,54). Sum of RGB (Red+Green+Blue) = 251+1+54=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0136 is #04FEC9. Grayscale: #515151. Windows color (decimal): -327370 or 3539451. OLE color: 3539451.

HSL color Cylindrical-coordinate representation of color #FB0136: hue angle of 347.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0136 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 54 -
CMYK 0 1.00 0.78 0.02
HSL 347.28º 0.99% 0.49% -
HSV(B) 347.28º 1% 0.98% -
XYZ 40.46 20.8 5.37 -
YUV 81.79 112.33 248.69 -
System Red Green Blue C M Y K H S L
Decimal 251 1 54 0 1.00 0.78 0.02 347.28 0.99 0.49
Hex FB 1 36 0 64 4E 2 15B 63 31
Octal 373 1 66 0 144 116 2 533 143 61
Binary 11111011 1 110110 0 1100100 1001110 10 101011011 1100011 110001

Color Harmonies of #FB0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0136

Black with #FB0136

Text Example


Text Example

White with #FB0136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0136; }

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

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

background-color css

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

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

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

border-color css

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

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

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