Html Css Color HEX #FB0022 Torch Red

📋 copy color: '#FB0022'

red 251 ◦ green 0 ◦ blue 34

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

Shades of Torch Red #FB0022

Tints of Torch Red #FB0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 88.07%
G = 0%
B = 11.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB0022 (or 0xFB0022) is known color: Torch Red. HEX triplet: FB, 00 and 22. RGB value is (251,0,34). Sum of RGB (Red+Green+Blue) = 251+0+34=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0022 is #04FFDD. Grayscale: #4F4F4F. Windows color (decimal): -327646 or 2228475. OLE color: 2228475.

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

Color convert

RGB 251 0 34 -
CMYK 0 1 0.86 0.02
HSL 351.87º 1% 0.49% -
HSV(B) 351.87º 1% 0.98% -
XYZ 40.07 20.62 3.38 -
YUV 78.93 102.66 250.74 -
System Red Green Blue C M Y K H S L
Decimal 251 0 34 0 1 0.86 0.02 351.87 1 0.49
Hex FB 0 22 0 64 56 2 160 64 31
Octal 373 0 42 0 144 126 2 540 144 61
Binary 11111011 0 100010 0 1100100 1010110 10 101100000 1100100 110001

Color Harmonies of #FB0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0022

Black with #FB0022

Text Example


Text Example

White with #FB0022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0022; }

 p { color: rgb(251,0,34); }

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

background-color css

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

 a { background-color: rgb(251,0,34); }

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

border-color css

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

 span { border-color: rgb(251,0,34); }

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