Html Css Color HEX #FB1145 Torch Red

📋 copy color: '#FB1145'

red 251 ◦ green 17 ◦ blue 69

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

Shades of Torch Red #FB1145

Tints of Torch Red #FB1145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 74.48%
G = 5.04%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FB1145 (or 0xFB1145) is known color: Torch Red. HEX triplet: FB, 11 and 45. RGB value is (251,17,69). Sum of RGB (Red+Green+Blue) = 251+17+69=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1145 is #04EEBA. Grayscale: #5C5C5C. Windows color (decimal): -323259 or 4526587. OLE color: 4526587.

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

Color convert

RGB 251 17 69 -
CMYK 0 0.93 0.73 0.02
HSL 346.67º 0.97% 0.53% -
HSV(B) 346.67º 0.93% 0.98% -
XYZ 41.06 21.34 7.59 -
YUV 92.89 114.52 240.77 -
System Red Green Blue C M Y K H S L
Decimal 251 17 69 0 0.93 0.73 0.02 346.67 0.97 0.53
Hex FB 11 45 0 5D 49 2 15B 61 35
Octal 373 21 105 0 135 111 2 533 141 65
Binary 11111011 10001 1000101 0 1011101 1001001 10 101011011 1100001 110101

Color Harmonies of #FB1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1145

Black with #FB1145

Text Example


Text Example

White with #FB1145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1145; }

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

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

background-color css

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

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

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

border-color css

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

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

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