Html Css Color HEX #FB1013 Torch Red

📋 copy color: '#FB1013'

red 251 ◦ green 16 ◦ blue 19

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

Shades of Torch Red #FB1013

Tints of Torch Red #FB1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

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

R = 87.76%
G = 5.59%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB1013 (or 0xFB1013) is known color: Torch Red. HEX triplet: FB, 10 and 13. RGB value is (251,16,19). Sum of RGB (Red+Green+Blue) = 251+16+19=286 (37% of max value = 765). Red value is 251 (98.44% from 255 or 87.76% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB1013 is #04EFEC. Grayscale: #565656. Windows color (decimal): -323565 or 1249531. OLE color: 1249531.

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

Color convert

RGB 251 16 19 -
CMYK 0 0.94 0.92 0.02
HSL 359.23º 0.97% 0.52% -
HSV(B) 359.23º 0.94% 0.98% -
XYZ 40.09 20.93 2.54 -
YUV 86.61 89.86 245.26 -
System Red Green Blue C M Y K H S L
Decimal 251 16 19 0 0.94 0.92 0.02 359.23 0.97 0.52
Hex FB 10 13 0 5E 5C 2 167 61 34
Octal 373 20 23 0 136 134 2 547 141 64
Binary 11111011 10000 10011 0 1011110 1011100 10 101100111 1100001 110100

Color Harmonies of #FB1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1013

Black with #FB1013

Text Example


Text Example

White with #FB1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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