Html Css Color HEX #FB134C Torch Red

📋 copy color: '#FB134C'

red 251 ◦ green 19 ◦ blue 76

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

Shades of Torch Red #FB134C

Tints of Torch Red #FB134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 72.54%
G = 5.49%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FB134C (or 0xFB134C) is known color: Torch Red. HEX triplet: FB, 13 and 4C. RGB value is (251,19,76). Sum of RGB (Red+Green+Blue) = 251+19+76=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB134C is #04ECB3. Grayscale: #5E5E5E. Windows color (decimal): -322740 or 4985851. OLE color: 4985851.

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

Color convert

RGB 251 19 76 -
CMYK 0 0.92 0.70 0.02
HSL 345.26º 0.97% 0.53% -
HSV(B) 345.26º 0.92% 0.98% -
XYZ 41.32 21.5 8.81 -
YUV 94.87 117.36 239.37 -
System Red Green Blue C M Y K H S L
Decimal 251 19 76 0 0.92 0.70 0.02 345.26 0.97 0.53
Hex FB 13 4C 0 5C 46 2 159 61 35
Octal 373 23 114 0 134 106 2 531 141 65
Binary 11111011 10011 1001100 0 1011100 1000110 10 101011001 1100001 110101

Color Harmonies of #FB134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB134C

Black with #FB134C

Text Example


Text Example

White with #FB134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB134C; }

 p { color: rgb(251,19,76); }

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

background-color css

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

 a { background-color: rgb(251,19,76); }

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

border-color css

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

 span { border-color: rgb(251,19,76); }

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