Html Css Color HEX #FB0510 Torch Red

📋 copy color: '#FB0510'

red 251 ◦ green 5 ◦ blue 16

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

Shades of Torch Red #FB0510

Tints of Torch Red #FB0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.84%

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

R = 92.28%
G = 1.84%
B = 5.88%

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

#FB0510 (or 0xFB0510) is known color: Torch Red. HEX triplet: FB, 05 and 10. RGB value is (251,5,16). Sum of RGB (Red+Green+Blue) = 251+5+16=272 (36% of max value = 765). Red value is 251 (98.44% from 255 or 92.28% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0510 is #04FAEF. Grayscale: #505050. Windows color (decimal): -326384 or 1050107. OLE color: 1050107.

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

Color convert

RGB 251 5 16 -
CMYK 0 0.98 0.94 0.02
HSL 357.32º 0.97% 0.5% -
HSV(B) 357.32º 0.98% 0.98% -
XYZ 39.93 20.66 2.37 -
YUV 79.81 92 250.11 -
System Red Green Blue C M Y K H S L
Decimal 251 5 16 0 0.98 0.94 0.02 357.32 0.97 0.5
Hex FB 5 10 0 62 5E 2 165 61 32
Octal 373 5 20 0 142 136 2 545 141 62
Binary 11111011 101 10000 0 1100010 1011110 10 101100101 1100001 110010

Color Harmonies of #FB0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0510

Black with #FB0510

Text Example


Text Example

White with #FB0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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