Html Css Color HEX #FB002B Torch Red

📋 copy color: '#FB002B'

red 251 ◦ green 0 ◦ blue 43

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

Shades of Torch Red #FB002B

Tints of Torch Red #FB002B

RGB

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

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

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

R = 85.37%
G = 0%
B = 14.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB002B (or 0xFB002B) is known color: Torch Red. HEX triplet: FB, 00 and 2B. RGB value is (251,0,43). Sum of RGB (Red+Green+Blue) = 251+0+43=294 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.37% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 251 - color contains mainly: red. Hex color #FB002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB002B is #04FFD4. Grayscale: #505050. Windows color (decimal): -327637 or 2818299. OLE color: 2818299.

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

Color convert

RGB 251 0 43 -
CMYK 0 1 0.83 0.02
HSL 349.72º 1% 0.49% -
HSV(B) 349.72º 1% 0.98% -
XYZ 40.22 20.68 4.16 -
YUV 79.95 107.16 250 -
System Red Green Blue C M Y K H S L
Decimal 251 0 43 0 1 0.83 0.02 349.72 1 0.49
Hex FB 0 2B 0 64 53 2 15E 64 31
Octal 373 0 53 0 144 123 2 536 144 61
Binary 11111011 0 101011 0 1100100 1010011 10 101011110 1100100 110001

Color Harmonies of #FB002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB002B

Black with #FB002B

Text Example


Text Example

White with #FB002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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