Html Css Color HEX #FB212B Torch Red

📋 copy color: '#FB212B'

red 251 ◦ green 33 ◦ blue 43

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

Shades of Torch Red #FB212B

Tints of Torch Red #FB212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 76.76%
G = 10.09%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB212B (or 0xFB212B) is known color: Torch Red. HEX triplet: FB, 21 and 2B. RGB value is (251,33,43). Sum of RGB (Red+Green+Blue) = 251+33+43=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB212B is #04DED4. Grayscale: #636363. Windows color (decimal): -319189 or 2826747. OLE color: 2826747.

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

Color convert

RGB 251 33 43 -
CMYK 0 0.87 0.83 0.02
HSL 357.25º 0.96% 0.56% -
HSV(B) 357.25º 0.87% 0.98% -
XYZ 40.76 21.77 4.34 -
YUV 99.32 96.22 236.19 -
System Red Green Blue C M Y K H S L
Decimal 251 33 43 0 0.87 0.83 0.02 357.25 0.96 0.56
Hex FB 21 2B 0 57 53 2 165 60 38
Octal 373 41 53 0 127 123 2 545 140 70
Binary 11111011 100001 101011 0 1010111 1010011 10 101100101 1100000 111000

Color Harmonies of #FB212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB212B

Black with #FB212B

Text Example


Text Example

White with #FB212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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