Html Css Color HEX #FB212A Torch Red

📋 copy color: '#FB212A'

red 251 ◦ green 33 ◦ blue 42

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

Shades of Torch Red #FB212A

Tints of Torch Red #FB212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 76.99%
G = 10.12%
B = 12.88%

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

#FB212A (or 0xFB212A) is known color: Torch Red. HEX triplet: FB, 21 and 2A. RGB value is (251,33,42). Sum of RGB (Red+Green+Blue) = 251+33+42=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB212A is #04DED5. Grayscale: #636363. Windows color (decimal): -319190 or 2761211. OLE color: 2761211.

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

Color convert

RGB 251 33 42 -
CMYK 0 0.87 0.83 0.02
HSL 357.52º 0.96% 0.56% -
HSV(B) 357.52º 0.87% 0.98% -
XYZ 40.75 21.76 4.24 -
YUV 99.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 251 33 42 0 0.87 0.83 0.02 357.52 0.96 0.56
Hex FB 21 2A 0 57 53 2 166 60 38
Octal 373 41 52 0 127 123 2 546 140 70
Binary 11111011 100001 101010 0 1010111 1010011 10 101100110 1100000 111000

Color Harmonies of #FB212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB212A

Black with #FB212A

Text Example


Text Example

White with #FB212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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