Html Css Color HEX #FB2136 Torch Red

📋 copy color: '#FB2136'

red 251 ◦ green 33 ◦ blue 54

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

Shades of Torch Red #FB2136

Tints of Torch Red #FB2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.98%

R = 74.26%
G = 9.76%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB2136 (or 0xFB2136) is known color: Torch Red. HEX triplet: FB, 21 and 36. RGB value is (251,33,54). Sum of RGB (Red+Green+Blue) = 251+33+54=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2136 is #04DEC9. Grayscale: #646464. Windows color (decimal): -319178 or 3547643. OLE color: 3547643.

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

Color convert

RGB 251 33 54 -
CMYK 0 0.87 0.78 0.02
HSL 354.22º 0.96% 0.56% -
HSV(B) 354.22º 0.87% 0.98% -
XYZ 40.99 21.86 5.55 -
YUV 100.58 101.72 235.29 -
System Red Green Blue C M Y K H S L
Decimal 251 33 54 0 0.87 0.78 0.02 354.22 0.96 0.56
Hex FB 21 36 0 57 4E 2 162 60 38
Octal 373 41 66 0 127 116 2 542 140 70
Binary 11111011 100001 110110 0 1010111 1001110 10 101100010 1100000 111000

Color Harmonies of #FB2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2136

Black with #FB2136

Text Example


Text Example

White with #FB2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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