Html Css Color HEX #FB1231 Torch Red

📋 copy color: '#FB1231'

red 251 ◦ green 18 ◦ blue 49

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

Shades of Torch Red #FB1231

Tints of Torch Red #FB1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 78.93%
G = 5.66%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB1231 (or 0xFB1231) is known color: Torch Red. HEX triplet: FB, 12 and 31. RGB value is (251,18,49). Sum of RGB (Red+Green+Blue) = 251+18+49=318 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.93% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1231 is #04EDCE. Grayscale: #5B5B5B. Windows color (decimal): -323023 or 3216123. OLE color: 3216123.

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

Color convert

RGB 251 18 49 -
CMYK 0 0.93 0.80 0.02
HSL 352.02º 0.97% 0.53% -
HSV(B) 352.02º 0.93% 0.98% -
XYZ 40.55 21.16 4.85 -
YUV 91.2 104.19 241.98 -
System Red Green Blue C M Y K H S L
Decimal 251 18 49 0 0.93 0.80 0.02 352.02 0.97 0.53
Hex FB 12 31 0 5D 50 2 160 61 35
Octal 373 22 61 0 135 120 2 540 141 65
Binary 11111011 10010 110001 0 1011101 1010000 10 101100000 1100001 110101

Color Harmonies of #FB1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1231

Black with #FB1231

Text Example


Text Example

White with #FB1231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1231; }

 p { color: rgb(251,18,49); }

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

background-color css

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

 a { background-color: rgb(251,18,49); }

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

border-color css

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

 span { border-color: rgb(251,18,49); }

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