Html Css Color HEX #FB121E Torch Red

📋 copy color: '#FB121E'

red 251 ◦ green 18 ◦ blue 30

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

Shades of Torch Red #FB121E

Tints of Torch Red #FB121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.03%

R = 83.95%
G = 6.02%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB121E (or 0xFB121E) is known color: Torch Red. HEX triplet: FB, 12 and 1E. RGB value is (251,18,30). Sum of RGB (Red+Green+Blue) = 251+18+30=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB121E is #04EDE1. Grayscale: #595959. Windows color (decimal): -323042 or 1970939. OLE color: 1970939.

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

Color convert

RGB 251 18 30 -
CMYK 0 0.93 0.88 0.02
HSL 356.91º 0.97% 0.53% -
HSV(B) 356.91º 0.93% 0.98% -
XYZ 40.23 21.04 3.17 -
YUV 89.04 94.69 243.52 -
System Red Green Blue C M Y K H S L
Decimal 251 18 30 0 0.93 0.88 0.02 356.91 0.97 0.53
Hex FB 12 1E 0 5D 58 2 165 61 35
Octal 373 22 36 0 135 130 2 545 141 65
Binary 11111011 10010 11110 0 1011101 1011000 10 101100101 1100001 110101

Color Harmonies of #FB121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB121E

Black with #FB121E

Text Example


Text Example

White with #FB121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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