Html Css Color HEX #FB213F Torch Red

📋 copy color: '#FB213F'

red 251 ◦ green 33 ◦ blue 63

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

Shades of Torch Red #FB213F

Tints of Torch Red #FB213F

RGB

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

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

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

R = 72.33%
G = 9.51%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FB213F (or 0xFB213F) is known color: Torch Red. HEX triplet: FB, 21 and 3F. RGB value is (251,33,63). Sum of RGB (Red+Green+Blue) = 251+33+63=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB213F is #04DEC0. Grayscale: #656565. Windows color (decimal): -319169 or 4137467. OLE color: 4137467.

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

Color convert

RGB 251 33 63 -
CMYK 0 0.87 0.75 0.02
HSL 351.74º 0.96% 0.56% -
HSV(B) 351.74º 0.87% 0.98% -
XYZ 41.22 21.96 6.77 -
YUV 101.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 251 33 63 0 0.87 0.75 0.02 351.74 0.96 0.56
Hex FB 21 3F 0 57 4B 2 160 60 38
Octal 373 41 77 0 127 113 2 540 140 70
Binary 11111011 100001 111111 0 1010111 1001011 10 101100000 1100000 111000

Color Harmonies of #FB213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB213F

Black with #FB213F

Text Example


Text Example

White with #FB213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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