#FF0013

Color #FF0013 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF0013

Tints of Torch Red #FF0013

Color information

#FF0013 (or 0xFF0013) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 13. RGB value is (255,0,19). Sum of RGB (Red+Green+Blue) = 255+0+19=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0013 is #00FFEC. Grayscale: #4E4E4E. Windows color (decimal): -65517 or 1245439. OLE color: 1245439.

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

Color convert

RGB255019-
CMYK010.930
HSL355.53º100%50%-
HSV(B)355.53º100%100%-
XYZ41.3621.312.55-
YUV78.4194.48253.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 93.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=93.07%
G=0%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255019010.930355.5310050
HexFF0130645D01646432
Octal3770230144135054414462
Binary1111111101001101100100101110101011001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0013; }

 p { color: rgb(255,0,19); }

 H1.HeaderClassName
 {
   color: #FF0013;
 }
 .AnyTagClassName
 {
   color: #FF0013;
 }
</style>
background-color css

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

 a { background-color: rgb(255,0,19); }

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

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

 span { border-color: rgb(255,0,19); }

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