Html Css Color HEX #FB212E Torch Red

📋 copy color: '#FB212E'

red 251 ◦ green 33 ◦ blue 46

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

Shades of Torch Red #FB212E

Tints of Torch Red #FB212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 76.06%
G = 10%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB212E (or 0xFB212E) is known color: Torch Red. HEX triplet: FB, 21 and 2E. RGB value is (251,33,46). Sum of RGB (Red+Green+Blue) = 251+33+46=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB212E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB212E is #04DED1. Grayscale: #636363. Windows color (decimal): -319186 or 3023355. OLE color: 3023355.

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

Color convert

RGB 251 33 46 -
CMYK 0 0.87 0.82 0.02
HSL 356.42º 0.96% 0.56% -
HSV(B) 356.42º 0.87% 0.98% -
XYZ 40.82 21.79 4.64 -
YUV 99.66 97.72 235.94 -
System Red Green Blue C M Y K H S L
Decimal 251 33 46 0 0.87 0.82 0.02 356.42 0.96 0.56
Hex FB 21 2E 0 57 52 2 164 60 38
Octal 373 41 56 0 127 122 2 544 140 70
Binary 11111011 100001 101110 0 1010111 1010010 10 101100100 1100000 111000

Color Harmonies of #FB212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB212E

Black with #FB212E

Text Example


Text Example

White with #FB212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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