Html Css Color HEX #FB1214 Torch Red

📋 copy color: '#FB1214'

red 251 ◦ green 18 ◦ blue 20

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

Shades of Torch Red #FB1214

Tints of Torch Red #FB1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 86.85%
G = 6.23%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1214 (or 0xFB1214) is known color: Torch Red. HEX triplet: FB, 12 and 14. RGB value is (251,18,20). Sum of RGB (Red+Green+Blue) = 251+18+20=289 (38% of max value = 765). Red value is 251 (98.44% from 255 or 86.85% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1214 is #04EDEB. Grayscale: #585858. Windows color (decimal): -323052 or 1315579. OLE color: 1315579.

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

Color convert

RGB 251 18 20 -
CMYK 0 0.93 0.92 0.02
HSL 359.49º 0.97% 0.53% -
HSV(B) 359.49º 0.93% 0.98% -
XYZ 40.13 20.99 2.6 -
YUV 87.9 89.69 244.34 -
System Red Green Blue C M Y K H S L
Decimal 251 18 20 0 0.93 0.92 0.02 359.49 0.97 0.53
Hex FB 12 14 0 5D 5C 2 167 61 35
Octal 373 22 24 0 135 134 2 547 141 65
Binary 11111011 10010 10100 0 1011101 1011100 10 101100111 1100001 110101

Color Harmonies of #FB1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1214

Black with #FB1214

Text Example


Text Example

White with #FB1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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