Html Css Color HEX #FB1748 Torch Red

📋 copy color: '#FB1748'

red 251 ◦ green 23 ◦ blue 72

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

Shades of Torch Red #FB1748

Tints of Torch Red #FB1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 72.54%
G = 6.65%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB1748 (or 0xFB1748) is known color: Torch Red. HEX triplet: FB, 17 and 48. RGB value is (251,23,72). Sum of RGB (Red+Green+Blue) = 251+23+72=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1748 is #04E8B7. Grayscale: #606060. Windows color (decimal): -321720 or 4724731. OLE color: 4724731.

HSL color Cylindrical-coordinate representation of color #FB1748: hue angle of 347.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1748 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 23 72 -
CMYK 0 0.91 0.71 0.02
HSL 347.11º 0.97% 0.54% -
HSV(B) 347.11º 0.91% 0.98% -
XYZ 41.26 21.59 8.12 -
YUV 96.76 114.04 238.02 -
System Red Green Blue C M Y K H S L
Decimal 251 23 72 0 0.91 0.71 0.02 347.11 0.97 0.54
Hex FB 17 48 0 5B 47 2 15B 61 36
Octal 373 27 110 0 133 107 2 533 141 66
Binary 11111011 10111 1001000 0 1011011 1000111 10 101011011 1100001 110110

Color Harmonies of #FB1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1748

Black with #FB1748

Text Example


Text Example

White with #FB1748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1748; }

 p { color: rgb(251,23,72); }

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

background-color css

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

 a { background-color: rgb(251,23,72); }

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

border-color css

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

 span { border-color: rgb(251,23,72); }

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