Html Css Color HEX #FB1B2C Torch Red

📋 copy color: '#FB1B2C'

red 251 ◦ green 27 ◦ blue 44

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

Shades of Torch Red #FB1B2C

Tints of Torch Red #FB1B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 77.95%
G = 8.39%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB1B2C (or 0xFB1B2C) is known color: Torch Red. HEX triplet: FB, 1B and 2C. RGB value is (251,27,44). Sum of RGB (Red+Green+Blue) = 251+27+44=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B2C is #04E4D3. Grayscale: #606060. Windows color (decimal): -320724 or 2890747. OLE color: 2890747.

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

Color convert

RGB 251 27 44 -
CMYK 0 0.89 0.82 0.02
HSL 355.45º 0.97% 0.55% -
HSV(B) 355.45º 0.89% 0.98% -
XYZ 40.63 21.47 4.39 -
YUV 95.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 251 27 44 0 0.89 0.82 0.02 355.45 0.97 0.55
Hex FB 1B 2C 0 59 52 2 163 61 37
Octal 373 33 54 0 131 122 2 543 141 67
Binary 11111011 11011 101100 0 1011001 1010010 10 101100011 1100001 110111

Color Harmonies of #FB1B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B2C

Black with #FB1B2C

Text Example


Text Example

White with #FB1B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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