Html Css Color HEX #FB1434 Torch Red

📋 copy color: '#FB1434'

red 251 ◦ green 20 ◦ blue 52

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

Shades of Torch Red #FB1434

Tints of Torch Red #FB1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 77.71%
G = 6.19%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB1434 (or 0xFB1434) is known color: Torch Red. HEX triplet: FB, 14 and 34. RGB value is (251,20,52). Sum of RGB (Red+Green+Blue) = 251+20+52=323 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.71% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1434 is #04EBCB. Grayscale: #5C5C5C. Windows color (decimal): -322508 or 3413243. OLE color: 3413243.

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

Color convert

RGB 251 20 52 -
CMYK 0 0.92 0.79 0.02
HSL 351.69º 0.97% 0.53% -
HSV(B) 351.69º 0.92% 0.98% -
XYZ 40.65 21.26 5.21 -
YUV 92.72 105.03 240.9 -
System Red Green Blue C M Y K H S L
Decimal 251 20 52 0 0.92 0.79 0.02 351.69 0.97 0.53
Hex FB 14 34 0 5C 4F 2 160 61 35
Octal 373 24 64 0 134 117 2 540 141 65
Binary 11111011 10100 110100 0 1011100 1001111 10 101100000 1100001 110101

Color Harmonies of #FB1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1434

Black with #FB1434

Text Example


Text Example

White with #FB1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1434; }

 p { color: rgb(251,20,52); }

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

background-color css

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

 a { background-color: rgb(251,20,52); }

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

border-color css

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

 span { border-color: rgb(251,20,52); }

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