Html Css Color HEX #FB1428 Torch Red

📋 copy color: '#FB1428'

red 251 ◦ green 20 ◦ blue 40

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

Shades of Torch Red #FB1428

Tints of Torch Red #FB1428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 80.71%
G = 6.43%
B = 12.86%

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

#FB1428 (or 0xFB1428) is known color: Torch Red. HEX triplet: FB, 14 and 28. RGB value is (251,20,40). Sum of RGB (Red+Green+Blue) = 251+20+40=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1428 is #04EBD7. Grayscale: #5B5B5B. Windows color (decimal): -322520 or 2626811. OLE color: 2626811.

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

Color convert

RGB 251 20 40 -
CMYK 0 0.92 0.84 0.02
HSL 354.81º 0.97% 0.53% -
HSV(B) 354.81º 0.92% 0.98% -
XYZ 40.42 21.16 3.96 -
YUV 91.35 99.03 241.87 -
System Red Green Blue C M Y K H S L
Decimal 251 20 40 0 0.92 0.84 0.02 354.81 0.97 0.53
Hex FB 14 28 0 5C 54 2 163 61 35
Octal 373 24 50 0 134 124 2 543 141 65
Binary 11111011 10100 101000 0 1011100 1010100 10 101100011 1100001 110101

Color Harmonies of #FB1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1428

Black with #FB1428

Text Example


Text Example

White with #FB1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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