Html Css Color HEX #FB1128 Torch Red

📋 copy color: '#FB1128'

red 251 ◦ green 17 ◦ blue 40

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

Shades of Torch Red #FB1128

Tints of Torch Red #FB1128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 81.49%
G = 5.52%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB1128 (or 0xFB1128) is known color: Torch Red. HEX triplet: FB, 11 and 28. RGB value is (251,17,40). Sum of RGB (Red+Green+Blue) = 251+17+40=308 (40% of max value = 765). Red value is 251 (98.44% from 255 or 81.49% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1128 is #04EED7. Grayscale: #595959. Windows color (decimal): -323288 or 2626043. OLE color: 2626043.

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

Color convert

RGB 251 17 40 -
CMYK 0 0.93 0.84 0.02
HSL 354.1º 0.97% 0.53% -
HSV(B) 354.1º 0.93% 0.98% -
XYZ 40.37 21.06 3.95 -
YUV 89.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 251 17 40 0 0.93 0.84 0.02 354.1 0.97 0.53
Hex FB 11 28 0 5D 54 2 162 61 35
Octal 373 21 50 0 135 124 2 542 141 65
Binary 11111011 10001 101000 0 1011101 1010100 10 101100010 1100001 110101

Color Harmonies of #FB1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1128

Black with #FB1128

Text Example


Text Example

White with #FB1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1128; }

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

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

background-color css

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

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

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

border-color css

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

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

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