Html Css Color HEX #FB2128 Torch Red

📋 copy color: '#FB2128'

red 251 ◦ green 33 ◦ blue 40

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

Shades of Torch Red #FB2128

Tints of Torch Red #FB2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 77.47%
G = 10.19%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB2128 (or 0xFB2128) is known color: Torch Red. HEX triplet: FB, 21 and 28. RGB value is (251,33,40). Sum of RGB (Red+Green+Blue) = 251+33+40=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2128 is #04DED7. Grayscale: #636363. Windows color (decimal): -319192 or 2630139. OLE color: 2630139.

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

Color convert

RGB 251 33 40 -
CMYK 0 0.87 0.84 0.02
HSL 358.07º 0.96% 0.56% -
HSV(B) 358.07º 0.87% 0.98% -
XYZ 40.71 21.75 4.06 -
YUV 98.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 251 33 40 0 0.87 0.84 0.02 358.07 0.96 0.56
Hex FB 21 28 0 57 54 2 166 60 38
Octal 373 41 50 0 127 124 2 546 140 70
Binary 11111011 100001 101000 0 1010111 1010100 10 101100110 1100000 111000

Color Harmonies of #FB2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2128

Black with #FB2128

Text Example


Text Example

White with #FB2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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