Html Css Color HEX #FB041B Torch Red

📋 copy color: '#FB041B'

red 251 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #FB041B

Tints of Torch Red #FB041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 89.01%
G = 1.42%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB041B (or 0xFB041B) is known color: Torch Red. HEX triplet: FB, 04 and 1B. RGB value is (251,4,27). Sum of RGB (Red+Green+Blue) = 251+4+27=282 (37% of max value = 765). Red value is 251 (98.44% from 255 or 89.01% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 251 - color contains mainly: red. Hex color #FB041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB041B is #04FBE4. Grayscale: #505050. Windows color (decimal): -326629 or 1770747. OLE color: 1770747.

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

Color convert

RGB 251 4 27 -
CMYK 0 0.98 0.89 0.02
HSL 354.41º 0.97% 0.5% -
HSV(B) 354.41º 0.98% 0.98% -
XYZ 40.02 20.68 2.92 -
YUV 80.48 97.83 249.63 -
System Red Green Blue C M Y K H S L
Decimal 251 4 27 0 0.98 0.89 0.02 354.41 0.97 0.5
Hex FB 4 1B 0 62 59 2 162 61 32
Octal 373 4 33 0 142 131 2 542 141 62
Binary 11111011 100 11011 0 1100010 1011001 10 101100010 1100001 110010

Color Harmonies of #FB041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB041B

Black with #FB041B

Text Example


Text Example

White with #FB041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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