Html Css Color HEX #FB193F Torch Red

📋 copy color: '#FB193F'

red 251 ◦ green 25 ◦ blue 63

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

Shades of Torch Red #FB193F

Tints of Torch Red #FB193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 63 (25% from 255) = 18.58%

R = 74.04%
G = 7.37%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB193F (or 0xFB193F) is known color: Torch Red. HEX triplet: FB, 19 and 3F. RGB value is (251,25,63). Sum of RGB (Red+Green+Blue) = 251+25+63=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB193F is #04E6C0. Grayscale: #606060. Windows color (decimal): -321217 or 4135419. OLE color: 4135419.

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

Color convert

RGB 251 25 63 -
CMYK 0 0.90 0.75 0.02
HSL 349.91º 0.97% 0.54% -
HSV(B) 349.91º 0.9% 0.98% -
XYZ 41.03 21.56 6.7 -
YUV 96.91 108.87 237.91 -
System Red Green Blue C M Y K H S L
Decimal 251 25 63 0 0.90 0.75 0.02 349.91 0.97 0.54
Hex FB 19 3F 0 5A 4B 2 15E 61 36
Octal 373 31 77 0 132 113 2 536 141 66
Binary 11111011 11001 111111 0 1011010 1001011 10 101011110 1100001 110110

Color Harmonies of #FB193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB193F

Black with #FB193F

Text Example


Text Example

White with #FB193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB193F; }

 p { color: rgb(251,25,63); }

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

background-color css

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

 a { background-color: rgb(251,25,63); }

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

border-color css

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

 span { border-color: rgb(251,25,63); }

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