Html Css Color HEX #FB0610 Torch Red

📋 copy color: '#FB0610'

red 251 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #FB0610

Tints of Torch Red #FB0610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 91.94%
G = 2.2%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB0610 (or 0xFB0610) is known color: Torch Red. HEX triplet: FB, 06 and 10. RGB value is (251,6,16). Sum of RGB (Red+Green+Blue) = 251+6+16=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0610 is #04F9EF. Grayscale: #505050. Windows color (decimal): -326128 or 1050363. OLE color: 1050363.

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

Color convert

RGB 251 6 16 -
CMYK 0 0.98 0.94 0.02
HSL 357.55º 0.97% 0.5% -
HSV(B) 357.55º 0.98% 0.98% -
XYZ 39.94 20.68 2.38 -
YUV 80.4 91.67 249.69 -
System Red Green Blue C M Y K H S L
Decimal 251 6 16 0 0.98 0.94 0.02 357.55 0.97 0.5
Hex FB 6 10 0 62 5E 2 166 61 32
Octal 373 6 20 0 142 136 2 546 141 62
Binary 11111011 110 10000 0 1100010 1011110 10 101100110 1100001 110010

Color Harmonies of #FB0610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0610

Black with #FB0610

Text Example


Text Example

White with #FB0610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0610; }

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

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

background-color css

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

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

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

border-color css

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

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

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