Html Css Color HEX #FB021B Torch Red

📋 copy color: '#FB021B'

red 251 ◦ green 2 ◦ blue 27

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

Shades of Torch Red #FB021B

Tints of Torch Red #FB021B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 89.64%
G = 0.71%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB021B (or 0xFB021B) is known color: Torch Red. HEX triplet: FB, 02 and 1B. RGB value is (251,2,27). Sum of RGB (Red+Green+Blue) = 251+2+27=280 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.64% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 251 - color contains mainly: red. Hex color #FB021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB021B is #04FDE4. Grayscale: #4F4F4F. Windows color (decimal): -327141 or 1770235. OLE color: 1770235.

HSL color Cylindrical-coordinate representation of color #FB021B: hue angle of 353.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 2 27 -
CMYK 0 0.99 0.89 0.02
HSL 353.98º 0.98% 0.5% -
HSV(B) 353.98º 0.99% 0.98% -
XYZ 40 20.63 2.91 -
YUV 79.3 98.49 250.47 -
System Red Green Blue C M Y K H S L
Decimal 251 2 27 0 0.99 0.89 0.02 353.98 0.98 0.5
Hex FB 2 1B 0 63 59 2 162 62 32
Octal 373 2 33 0 143 131 2 542 142 62
Binary 11111011 10 11011 0 1100011 1011001 10 101100010 1100010 110010

Color Harmonies of #FB021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB021B

Black with #FB021B

Text Example


Text Example

White with #FB021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB021B; }

 p { color: rgb(251,2,27); }

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

background-color css

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

 a { background-color: rgb(251,2,27); }

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

border-color css

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

 span { border-color: rgb(251,2,27); }

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