Html Css Color HEX #FB0313 Torch Red

📋 copy color: '#FB0313'

red 251 ◦ green 3 ◦ blue 19

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

Shades of Torch Red #FB0313

Tints of Torch Red #FB0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 91.94%
G = 1.1%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB0313 (or 0xFB0313) is known color: Torch Red. HEX triplet: FB, 03 and 13. RGB value is (251,3,19). Sum of RGB (Red+Green+Blue) = 251+3+19=273 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.94% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0313 is #04FCEC. Grayscale: #4F4F4F. Windows color (decimal): -326893 or 1246203. OLE color: 1246203.

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

Color convert

RGB 251 3 19 -
CMYK 0 0.99 0.92 0.02
HSL 356.13º 0.98% 0.5% -
HSV(B) 356.13º 0.99% 0.98% -
XYZ 39.93 20.62 2.49 -
YUV 78.98 94.16 250.7 -
System Red Green Blue C M Y K H S L
Decimal 251 3 19 0 0.99 0.92 0.02 356.13 0.98 0.5
Hex FB 3 13 0 63 5C 2 164 62 32
Octal 373 3 23 0 143 134 2 544 142 62
Binary 11111011 11 10011 0 1100011 1011100 10 101100100 1100010 110010

Color Harmonies of #FB0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0313

Black with #FB0313

Text Example


Text Example

White with #FB0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0313; }

 p { color: rgb(251,3,19); }

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

background-color css

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

 a { background-color: rgb(251,3,19); }

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

border-color css

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

 span { border-color: rgb(251,3,19); }

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