Html Css Color HEX #FB1B28 Torch Red

📋 copy color: '#FB1B28'

red 251 ◦ green 27 ◦ blue 40

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

Shades of Torch Red #FB1B28

Tints of Torch Red #FB1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 78.93%
G = 8.49%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB1B28 (or 0xFB1B28) is known color: Torch Red. HEX triplet: FB, 1B and 28. RGB value is (251,27,40). Sum of RGB (Red+Green+Blue) = 251+27+40=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B28 is #04E4D7. Grayscale: #5F5F5F. Windows color (decimal): -320728 or 2628603. OLE color: 2628603.

HSL color Cylindrical-coordinate representation of color #FB1B28: hue angle of 356.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B28 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 27 40 -
CMYK 0 0.89 0.84 0.02
HSL 356.52º 0.97% 0.55% -
HSV(B) 356.52º 0.89% 0.98% -
XYZ 40.56 21.45 4.01 -
YUV 95.46 96.71 238.94 -
System Red Green Blue C M Y K H S L
Decimal 251 27 40 0 0.89 0.84 0.02 356.52 0.97 0.55
Hex FB 1B 28 0 59 54 2 165 61 37
Octal 373 33 50 0 131 124 2 545 141 67
Binary 11111011 11011 101000 0 1011001 1010100 10 101100101 1100001 110111

Color Harmonies of #FB1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B28

Black with #FB1B28

Text Example


Text Example

White with #FB1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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