Html Css Color HEX #FB1429 Torch Red

📋 copy color: '#FB1429'

red 251 ◦ green 20 ◦ blue 41

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

Shades of Torch Red #FB1429

Tints of Torch Red #FB1429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 80.45%
G = 6.41%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB1429 (or 0xFB1429) is known color: Torch Red. HEX triplet: FB, 14 and 29. RGB value is (251,20,41). Sum of RGB (Red+Green+Blue) = 251+20+41=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1429 is #04EBD6. Grayscale: #5B5B5B. Windows color (decimal): -322519 or 2692347. OLE color: 2692347.

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

Color convert

RGB 251 20 41 -
CMYK 0 0.92 0.84 0.02
HSL 354.55º 0.97% 0.53% -
HSV(B) 354.55º 0.92% 0.98% -
XYZ 40.43 21.17 4.05 -
YUV 91.46 99.53 241.79 -
System Red Green Blue C M Y K H S L
Decimal 251 20 41 0 0.92 0.84 0.02 354.55 0.97 0.53
Hex FB 14 29 0 5C 54 2 163 61 35
Octal 373 24 51 0 134 124 2 543 141 65
Binary 11111011 10100 101001 0 1011100 1010100 10 101100011 1100001 110101

Color Harmonies of #FB1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1429

Black with #FB1429

Text Example


Text Example

White with #FB1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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