Html Css Color HEX #FB1122 Torch Red

📋 copy color: '#FB1122'

red 251 ◦ green 17 ◦ blue 34

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

Shades of Torch Red #FB1122

Tints of Torch Red #FB1122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 83.11%
G = 5.63%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB1122 (or 0xFB1122) is known color: Torch Red. HEX triplet: FB, 11 and 22. RGB value is (251,17,34). Sum of RGB (Red+Green+Blue) = 251+17+34=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1122 is #04EEDD. Grayscale: #595959. Windows color (decimal): -323294 or 2232827. OLE color: 2232827.

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

Color convert

RGB 251 17 34 -
CMYK 0 0.93 0.86 0.02
HSL 355.64º 0.97% 0.53% -
HSV(B) 355.64º 0.93% 0.98% -
XYZ 40.27 21.03 3.45 -
YUV 88.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 251 17 34 0 0.93 0.86 0.02 355.64 0.97 0.53
Hex FB 11 22 0 5D 56 2 164 61 35
Octal 373 21 42 0 135 126 2 544 141 65
Binary 11111011 10001 100010 0 1011101 1010110 10 101100100 1100001 110101

Color Harmonies of #FB1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1122

Black with #FB1122

Text Example


Text Example

White with #FB1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1122; }

 p { color: rgb(251,17,34); }

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

background-color css

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

 a { background-color: rgb(251,17,34); }

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

border-color css

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

 span { border-color: rgb(251,17,34); }

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