Html Css Color HEX #FB1942 Torch Red

📋 copy color: '#FB1942'

red 251 ◦ green 25 ◦ blue 66

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

Shades of Torch Red #FB1942

Tints of Torch Red #FB1942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 73.39%
G = 7.31%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB1942 (or 0xFB1942) is known color: Torch Red. HEX triplet: FB, 19 and 42. RGB value is (251,25,66). Sum of RGB (Red+Green+Blue) = 251+25+66=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1942 is #04E6BD. Grayscale: #616161. Windows color (decimal): -321214 or 4332027. OLE color: 4332027.

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

Color convert

RGB 251 25 66 -
CMYK 0 0.90 0.74 0.02
HSL 349.12º 0.97% 0.54% -
HSV(B) 349.12º 0.9% 0.98% -
XYZ 41.11 21.6 7.16 -
YUV 97.25 110.37 237.67 -
System Red Green Blue C M Y K H S L
Decimal 251 25 66 0 0.90 0.74 0.02 349.12 0.97 0.54
Hex FB 19 42 0 5A 4A 2 15D 61 36
Octal 373 31 102 0 132 112 2 535 141 66
Binary 11111011 11001 1000010 0 1011010 1001010 10 101011101 1100001 110110

Color Harmonies of #FB1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1942

Black with #FB1942

Text Example


Text Example

White with #FB1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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