Html Css Color HEX #FB0010 Torch Red

📋 copy color: '#FB0010'

red 251 ◦ green 0 ◦ blue 16

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

Shades of Torch Red #FB0010

Tints of Torch Red #FB0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 94.01%
G = 0%
B = 5.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB0010 (or 0xFB0010) is known color: Torch Red. HEX triplet: FB, 00 and 10. RGB value is (251,0,16). Sum of RGB (Red+Green+Blue) = 251+0+16=267 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.01% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0010 is #04FFEF. Grayscale: #4D4D4D. Windows color (decimal): -327664 or 1048827. OLE color: 1048827.

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

Color convert

RGB 251 0 16 -
CMYK 0 1 0.94 0.02
HSL 356.18º 1% 0.49% -
HSV(B) 356.18º 1% 0.98% -
XYZ 39.88 20.55 2.35 -
YUV 76.87 93.66 252.2 -
System Red Green Blue C M Y K H S L
Decimal 251 0 16 0 1 0.94 0.02 356.18 1 0.49
Hex FB 0 10 0 64 5E 2 164 64 31
Octal 373 0 20 0 144 136 2 544 144 61
Binary 11111011 0 10000 0 1100100 1011110 10 101100100 1100100 110001

Color Harmonies of #FB0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0010

Black with #FB0010

Text Example


Text Example

White with #FB0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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