Html Css Color HEX #FB1121 Torch Red

📋 copy color: '#FB1121'

red 251 ◦ green 17 ◦ blue 33

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

Shades of Torch Red #FB1121

Tints of Torch Red #FB1121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.96%

R = 83.39%
G = 5.65%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB1121 (or 0xFB1121) is known color: Torch Red. HEX triplet: FB, 11 and 21. RGB value is (251,17,33). Sum of RGB (Red+Green+Blue) = 251+17+33=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1121 is #04EEDE. Grayscale: #585858. Windows color (decimal): -323295 or 2167291. OLE color: 2167291.

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

Color convert

RGB 251 17 33 -
CMYK 0 0.93 0.87 0.02
HSL 355.9º 0.97% 0.53% -
HSV(B) 355.9º 0.93% 0.98% -
XYZ 40.26 21.02 3.37 -
YUV 88.79 96.52 243.7 -
System Red Green Blue C M Y K H S L
Decimal 251 17 33 0 0.93 0.87 0.02 355.9 0.97 0.53
Hex FB 11 21 0 5D 57 2 164 61 35
Octal 373 21 41 0 135 127 2 544 141 65
Binary 11111011 10001 100001 0 1011101 1010111 10 101100100 1100001 110101

Color Harmonies of #FB1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1121

Black with #FB1121

Text Example


Text Example

White with #FB1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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