Html Css Color HEX #FB2142 Torch Red

📋 copy color: '#FB2142'

red 251 ◦ green 33 ◦ blue 66

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

Shades of Torch Red #FB2142

Tints of Torch Red #FB2142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 71.71%
G = 9.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB2142 (or 0xFB2142) is known color: Torch Red. HEX triplet: FB, 21 and 42. RGB value is (251,33,66). Sum of RGB (Red+Green+Blue) = 251+33+66=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2142 is #04DEBD. Grayscale: #666666. Windows color (decimal): -319166 or 4334075. OLE color: 4334075.

HSL color Cylindrical-coordinate representation of color #FB2142: hue angle of 350.92º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2142 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 33 66 -
CMYK 0 0.87 0.74 0.02
HSL 350.92º 0.96% 0.56% -
HSV(B) 350.92º 0.87% 0.98% -
XYZ 41.31 21.99 7.22 -
YUV 101.94 107.72 234.32 -
System Red Green Blue C M Y K H S L
Decimal 251 33 66 0 0.87 0.74 0.02 350.92 0.96 0.56
Hex FB 21 42 0 57 4A 2 15F 60 38
Octal 373 41 102 0 127 112 2 537 140 70
Binary 11111011 100001 1000010 0 1010111 1001010 10 101011111 1100000 111000

Color Harmonies of #FB2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2142

Black with #FB2142

Text Example


Text Example

White with #FB2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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